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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue