Fixed culling display and added setting to include/exclude carriers from culling area.

This commit is contained in:
Khopa
2020-11-21 17:01:50 +01:00
parent 799b0fae94
commit fcf45554ef
4 changed files with 22 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ class Settings:
# Performance culling
perf_culling: bool = False
perf_culling_distance: int = 100
perf_do_not_cull_carrier = True
# LUA Plugins system
plugins: Dict[str, bool] = field(default_factory=dict)