forked from github/server
kingdoms: lua error in determining region owner
This commit is contained in:
parent
ba2e0fef8c
commit
7f0b8f98d1
|
@ -38,9 +38,11 @@ function update_owners()
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
local u
|
local u
|
||||||
u = b.units()
|
if b ~=nil then
|
||||||
if u~=nil and u.faction~=r.owner then
|
u = b.units()
|
||||||
r.owner = u.faction
|
if u~=nil and u.faction~=r.owner then
|
||||||
|
r.owner = u.faction
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue