mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
Fixes in options, hotkeys and viplist
This commit is contained in:
@@ -680,6 +680,10 @@ function sendMessage(message, tab)
|
||||
elseif tab.npcChat then
|
||||
speaktypedesc = 'privatePlayerToNpc'
|
||||
elseif tab == violationReportTab then
|
||||
if violationReportTab.locked then
|
||||
modules.game_textmessage.displayFailureMessage('Wait for a gamemaster reply.')
|
||||
return
|
||||
end
|
||||
speaktypedesc = 'rvrContinue'
|
||||
tabname = tr('Report Rule') .. '...'
|
||||
elseif tab.violationChatName then
|
||||
|
||||
Reference in New Issue
Block a user