Turn off some comments by new AI on console
This commit is contained in:
parent
a275011f1a
commit
024906af4a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ function ai_helper.print_exec()
|
|||
-- Returns true or false (hard-coded). To be used to
|
||||
-- show which CA is being executed if in debug mode
|
||||
-- Just edit the following line (easier than trying to set WML variable)
|
||||
local print_exec_flag = true
|
||||
local print_exec_flag = false
|
||||
if wesnoth.game_config.debug then return print_exec_flag end
|
||||
return false
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue