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
|
@ -26,6 +26,9 @@ end
|
|||
|
||||
function embassy.update()
|
||||
-- Muschelplateau
|
||||
if home==nil then
|
||||
return
|
||||
end
|
||||
eressea.log.debug("updating embassies in " .. tostring(home))
|
||||
local u
|
||||
for u in home.units do
|
||||
|
|
Loading…
Reference in New Issue