Merge branch 'develop' of github.com:badgerman/eressea into develop

This commit is contained in:
Enno Rehling 2015-05-21 11:58:09 +02:00
commit 70f5633c41
2 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# What is this?
This repository contains an the source code for the Play-by-Mail strategy game [Eressea](http://www.eressea.de/).
This repository contains the source code for the Play-by-Mail strategy game [Eressea](http://www.eressea.de/).
# Prerequisites

View File

@ -25,7 +25,10 @@ function embassy.init()
end
function embassy.update()
-- Muschelplateau
-- Muschelplateau
if home==nil then
return
end
eressea.log.debug("updating embassies in " .. tostring(home))
local u
for u in home.units do