forked from github/server
if the game has no region named Muschelplateau, then ignore this code
This commit is contained in:
parent
7cc1cc9eda
commit
657c621582
|
@ -25,7 +25,10 @@ function embassy.init()
|
||||||
end
|
end
|
||||||
|
|
||||||
function embassy.update()
|
function embassy.update()
|
||||||
-- Muschelplateau
|
-- Muschelplateau
|
||||||
|
if home==nil then
|
||||||
|
return
|
||||||
|
end
|
||||||
eressea.log.debug("updating embassies in " .. tostring(home))
|
eressea.log.debug("updating embassies in " .. tostring(home))
|
||||||
local u
|
local u
|
||||||
for u in home.units do
|
for u in home.units do
|
||||||
|
|
Loading…
Reference in New Issue