Fix a typo
This commit is contained in:
parent
859ab37254
commit
b7a358c4af
1 changed files with 2 additions and 2 deletions
|
@ -58,9 +58,9 @@ function utils.get_sides(cfg, key_name, filter_name)
|
|||
if cfg[key_name] then
|
||||
wesnoth.log('warn', "ignoring duplicate side filter information (inline side=)")
|
||||
end
|
||||
return wesnoth.sides.findd(filter)
|
||||
return wesnoth.sides.find(filter)
|
||||
else
|
||||
return wesnoth.sides.findd{side = cfg[key_name]}
|
||||
return wesnoth.sides.find{side = cfg[key_name]}
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue