mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 19:44:54 +02:00
Implement rule violations, closes #218
This commit is contained in:
@@ -56,6 +56,11 @@ function init()
|
||||
end
|
||||
|
||||
function terminate()
|
||||
g_keyboard.unbindKeyPress('Alt+Left')
|
||||
g_keyboard.unbindKeyPress('Alt+Right')
|
||||
g_keyboard.unbindKeyPress('Alt+Up')
|
||||
g_keyboard.unbindKeyPress('Alt+Down')
|
||||
|
||||
disconnect(g_game, {
|
||||
onGameStart = online,
|
||||
onGameEnd = offline,
|
||||
|
Reference in New Issue
Block a user