mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 20:43:26 +02:00
Fix hotkeys reload and implement filters for console
This commit is contained in:
@@ -76,6 +76,8 @@ function init()
|
||||
onGameStart = online,
|
||||
onGameEnd = offline
|
||||
})
|
||||
|
||||
load()
|
||||
end
|
||||
|
||||
function terminate()
|
||||
@@ -96,6 +98,7 @@ end
|
||||
function configure(savePerServer, savePerCharacter)
|
||||
perServer = savePerServer
|
||||
perCharacter = savePerCharacter
|
||||
reload()
|
||||
end
|
||||
|
||||
function online()
|
||||
|
Reference in New Issue
Block a user