One more fix

This commit is contained in:
Ricardo Ianelli 2013-02-10 02:59:55 -02:00
parent 72d63673ca
commit 71c2ec5293
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ function terminate()
local protocolVersion = g_game.getProtocolVersion() local protocolVersion = g_game.getProtocolVersion()
if protocolVersion ~= 0 then if protocolVersion ~= 0 then
g_settings.set('protocol-version', protocolVersion) g_settings.set('protocol-version', protocolVersion)
end end
end end
function exit() function exit()