replaced a wesnoth.get_side -> wesnoth.sides
This commit is contained in:
parent
7ec935255f
commit
24a8edb7bd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ end
|
|||
function helper.all_teams()
|
||||
local function f(s)
|
||||
local i = s.i
|
||||
local team = wesnoth.get_side(i)
|
||||
local team = wesnoth.sides[i]
|
||||
s.i = i + 1
|
||||
return team
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue