From 093a70092410922683719bf227e8148612420d20 Mon Sep 17 00:00:00 2001 From: Henrique Date: Tue, 16 Aug 2011 02:49:07 -0300 Subject: [PATCH] effects working, map on higher levels too --- modules/mainmenu/entergame.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mainmenu/entergame.lua b/modules/mainmenu/entergame.lua index 3c01a1b7..0ef57768 100644 --- a/modules/mainmenu/entergame.lua +++ b/modules/mainmenu/entergame.lua @@ -38,7 +38,7 @@ function EnterGame_connectToLoginServer() -- display motd local motdNumber = string.sub(motd, 0, string.find(motd, "\n")) local motdText = string.sub(motd, string.find(motd, "\n") + 1, string.len(motd)) - --local motdBox = displayInfoBox("Message of the day", motdText) + local motdBox = displayInfoBox("Message of the day", motdText) -- hide main menu mainMenu.visible = false