One more fix
This commit is contained in:
parent
72d63673ca
commit
71c2ec5293
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue