Fix a syntax error
This commit is contained in:
parent
3a7eef0310
commit
86c3c30c46
1 changed files with 1 additions and 1 deletions
|
@ -343,7 +343,7 @@ return {
|
|||
{ "and", params.filter_own }
|
||||
}[1]
|
||||
|
||||
if (not leader) or (not wesnoth.terrain_types[wesnoth.current.map[leader]).keep] then
|
||||
if (not leader) or (not wesnoth.terrain_types[wesnoth.current.map[leader]].keep) then
|
||||
return 0
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue