mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix bug in Refueling wpt's predicate
This commit is contained in:
parent
8cd2b55e04
commit
ace9f6bbc5
@ -20,5 +20,5 @@ class RefuelPointBuilder(PydcsWaypointBuilder):
|
||||
--trigger.action.outText(tostring(Unit.getFuel(unitObject)), 15)
|
||||
if Unit.getFuel(unitObject) < {fuel_level} then okfuel = false; break end
|
||||
end
|
||||
return lowfuel
|
||||
return okfuel
|
||||
"""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user