mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Removed notify and added warning follow roads
This commit is contained in:
@@ -40,12 +40,14 @@ local lfs = require('lfs')
|
||||
-- Print a debug message if the debug option is true
|
||||
function Olympus.debug(message, displayFor)
|
||||
if debug == true then
|
||||
Olympus.log:info(message)
|
||||
trigger.action.outText(message, displayFor)
|
||||
end
|
||||
end
|
||||
|
||||
-- Print a notify message
|
||||
function Olympus.notify(message, displayFor)
|
||||
Olympus.log:info(message)
|
||||
trigger.action.outText(message, displayFor)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user