From 460a48fffbdf09e4495f6bc29f3850b11ac45efa Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Mon, 17 Aug 2009 15:48:16 +0000 Subject: [PATCH] Temporarily reverted 2009-08-16T23:28:54Z!fabianmueller5@gmx.de, ...as [message] requires location data, which are currently lost in the process. While uncommon, it may cause some event messages to not be displayed. --- data/lua/wml-tags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/lua/wml-tags.lua b/data/lua/wml-tags.lua index 1940f136a1e..da985ce69cb 100644 --- a/data/lua/wml-tags.lua +++ b/data/lua/wml-tags.lua @@ -224,7 +224,7 @@ end wesnoth.register_wml_action("objectives", wml_objectives) wesnoth.register_wml_action("show_objectives", wml_show_objectives) -wesnoth.register_wml_action("message", wml_message) +--wesnoth.register_wml_action("message", wml_message) wesnoth.register_wml_action("gold", wml_gold) wesnoth.register_wml_action("store_gold", wml_store_gold) wesnoth.register_wml_action("clear_variable", wml_clear_variable)