From ab51cca539f4289fb90644b4fe4cb68b339276f2 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 19 Dec 2009 23:28:21 +0000 Subject: [PATCH] message bugfix santa 2009 --- src/scripts/e3a/xmas2009.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scripts/e3a/xmas2009.lua b/src/scripts/e3a/xmas2009.lua index ee22a0529..7e634d918 100644 --- a/src/scripts/e3a/xmas2009.lua +++ b/src/scripts/e3a/xmas2009.lua @@ -1,15 +1,15 @@ function xmas2009() if not get_key("xm09") then - print("Es weihnachtet sehr (2009)") +-- print("Es weihnachtet sehr (2009)") set_key("xm09", true) for f in factions() do f:add_item("xmastree", 1) local msg = message.create("msg_event") - msg:set_string("string", "santa2006") + msg:set_string("string", translate("santa2006")) msg:send_faction(f) - return 0 end end + return 0 end function use_xmastree(u, amount)