mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
Tested and fixed #155
* Also fixed a typo in the game_tibiafiles module.
This commit is contained in:
@@ -37,7 +37,7 @@ function load()
|
||||
addEvent(function() messageBox:raise() messageBox:focus() end)
|
||||
|
||||
disconnect(g_game, { onProtocolVersionChange = load })
|
||||
g_game.setprotocolVersion(0)
|
||||
g_game.setProtocolVersion(0)
|
||||
connect(g_game, { onProtocolVersionChange = load })
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user