Fix hotkeys reload and implement filters for console

This commit is contained in:
Eduardo Bart
2013-03-05 04:02:54 -03:00
parent 44bf4dcb6e
commit 10a16169a4
2 changed files with 18 additions and 0 deletions

View File

@@ -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()