fix a crash in the ancient wedding code?

This commit is contained in:
Enno Rehling 2015-03-06 22:38:27 +01:00
parent 1ec7a68b07
commit 02e43d2772
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ function wedding.update()
if peacegate and hellgate then if peacegate and hellgate then
wedding_exchange(peacegate, hellgate) wedding_exchange(peacegate, hellgate)
else else
eressea.log.error("hellgate or peacegate not found!", hellgate, peacegate) eressea.log.error("hellgate or peacegate not found!")
end end
end end