ai_helper: fix indentation
This commit is contained in:
parent
93f95f1d4c
commit
1cef83b08a
1 changed files with 5 additions and 5 deletions
|
@ -173,7 +173,7 @@ function ai_helper.dummy_check_action(gamestate_changed, ok, result, status)
|
|||
ok = ok or false,
|
||||
result = result or 'ai_helper::DUMMY_FAILED_ACTION',
|
||||
status = status or 99999
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
function ai_helper.checked_action_error(action, error_code)
|
||||
|
|
Loading…
Add table
Reference in a new issue