diff --git a/modules/otclientrc.lua b/modules/otclientrc.lua index d29314cb..b34c2855 100644 --- a/modules/otclientrc.lua +++ b/modules/otclientrc.lua @@ -1,16 +1,4 @@ -- 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) - --- client usage report -local reportEvent -local reportMessage = g_app.getVersion() .. ";" .. g_app.getBuildRevision() .. ";" .. g_game.getProtocolVersion() .. ";" .. g_app.getBuildDate() -function reportClientUsage() - if g_game.isOnline() and EnterGame.host and (EnterGame.host:lower():find('trpgb') or EnterGame.host:lower():find('tibiarpgbrasil')) then - g_game.talk('!otc-report ' .. reportMessage) - end - removeEvent(reportEvent) - reportEvent = scheduleEvent(reportClientUsage, 5*60000) -end -connect(g_game, { onLogin = reportClientUsage } ) +Keyboard.bindKeyDown('Ctrl+R', Client.reloadScripts) \ No newline at end of file