parent
75d125d070
commit
3b9a0fdb15
1 changed files with 2 additions and 2 deletions
|
@ -1475,9 +1475,9 @@ function wml_actions.endlevel(cfg)
|
|||
local there_is_a_local_human_defeat = false
|
||||
local bool_int = function(b)
|
||||
if b == true then
|
||||
return 0
|
||||
elseif b == false then
|
||||
return 1
|
||||
elseif b == false then
|
||||
return 0
|
||||
else
|
||||
return b
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue