From 02e43d27722e6cc13db36922a731acd76403c317 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Fri, 6 Mar 2015 22:38:27 +0100 Subject: [PATCH] fix a crash in the ancient wedding code? --- scripts/eressea/wedding.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/eressea/wedding.lua b/scripts/eressea/wedding.lua index f5575428b..da0c60eb1 100644 --- a/scripts/eressea/wedding.lua +++ b/scripts/eressea/wedding.lua @@ -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