mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 16:27:10 +01:00
4 lines
164 B
Lua
4 lines
164 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) |