mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-12 16:57:09 +00:00
Moved TUM.logger to its own file
This commit is contained in:
@@ -25,7 +25,7 @@ do
|
||||
local objective = TUM.objectivesMaker.create()
|
||||
|
||||
if not objective then
|
||||
TUM.log("Failed to spawn a group for objective #"..tostring(#objectives + 1)..".", TUM.logLevel.WARNING)
|
||||
TUM.log("Failed to spawn a group for objective #"..tostring(#objectives + 1)..".", TUM.logger.logLevel.WARNING)
|
||||
return false
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user