mirror of
https://github.com/edubart/otclient.git
synced 2025-05-03 11:09:20 +02:00
effects working, map on higher levels too
This commit is contained in:
parent
97d2c30a81
commit
093a700924
@ -38,7 +38,7 @@ function EnterGame_connectToLoginServer()
|
|||||||
-- display motd
|
-- display motd
|
||||||
local motdNumber = string.sub(motd, 0, string.find(motd, "\n"))
|
local motdNumber = string.sub(motd, 0, string.find(motd, "\n"))
|
||||||
local motdText = string.sub(motd, string.find(motd, "\n") + 1, string.len(motd))
|
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
|
-- hide main menu
|
||||||
mainMenu.visible = false
|
mainMenu.visible = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user