mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
small changes
* show protocol version on background * make 860 the default protocol * avoid more crashes on mapview * activa crash handler by default
This commit is contained in:
@@ -11,6 +11,7 @@ function Background.init()
|
||||
local clientVersionLabel = background:getChildById('clientVersionLabel')
|
||||
clientVersionLabel:setText('OTClient ' .. g_app.getVersion() .. '\n' ..
|
||||
'Rev ' .. g_app.getBuildRevision() .. '\n' ..
|
||||
'Protocol ' .. g_game.getProtocolVersion() .. '\n' ..
|
||||
'Built on ' .. g_app.getBuildDate())
|
||||
|
||||
if not g_game.isOnline() then
|
||||
|
Reference in New Issue
Block a user