mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
Small correction to silence wall of text when adding tasks to a mission
This commit is contained in:
parent
e2eb13739c
commit
3e1005aef1
@ -710,7 +710,7 @@ do -- TASK_CARGO_DISPATCHER
|
||||
|
||||
self.TransportCount = self.TransportCount + 1
|
||||
|
||||
local verbose = Silent and true
|
||||
local verbose = Silent or false
|
||||
|
||||
local TaskName = string.format( ( TaskPrefix or "Transport" ) .. ".%03d", self.TransportCount )
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user