forked from github/server
fix a crash in the ancient wedding code?
This commit is contained in:
parent
1ec7a68b07
commit
02e43d2772
|
@ -45,7 +45,7 @@ function wedding.update()
|
|||
if peacegate and hellgate then
|
||||
wedding_exchange(peacegate, hellgate)
|
||||
else
|
||||
eressea.log.error("hellgate or peacegate not found!", hellgate, peacegate)
|
||||
eressea.log.error("hellgate or peacegate not found!")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue