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