mirror of
https://github.com/edubart/otclient.git
synced 2025-05-01 10:09:21 +02:00
5 lines
165 B
Lua
5 lines
165 B
Lua
-- this file is loaded after all modules are loaded and initialized
|
|
-- you can place any custom user code here
|
|
|
|
Keyboard.bindKeyDown('Ctrl+R', Client.reloadScripts)
|