mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Removed debug print
This commit is contained in:
parent
4d19548736
commit
f0480b033f
@ -366,8 +366,6 @@ class Game:
|
|||||||
points.append(front_line.control_point_b.position)
|
points.append(front_line.control_point_b.position)
|
||||||
|
|
||||||
# If do_not_cull_carrier is enabled, add carriers as culling point
|
# If do_not_cull_carrier is enabled, add carriers as culling point
|
||||||
print("------")
|
|
||||||
print(self.settings.perf_do_not_cull_carrier)
|
|
||||||
if self.settings.perf_do_not_cull_carrier:
|
if self.settings.perf_do_not_cull_carrier:
|
||||||
for cp in self.theater.controlpoints:
|
for cp in self.theater.controlpoints:
|
||||||
if cp.is_carrier or cp.is_lha:
|
if cp.is_carrier or cp.is_lha:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user