mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 15:26:49 +01:00
More multiprotocol support
This commit is contained in:
@@ -67,6 +67,7 @@ function loadReasons()
|
||||
local actions = g_game.getGMActions()
|
||||
for reason, actionFlags in pairs(actions) do
|
||||
local label = g_ui.createWidget('RVListLabel', reasonsTextList)
|
||||
label.onFocusChange = onSelectReason
|
||||
label:setText(rvreasons[reason])
|
||||
label.reasonId = reason
|
||||
label.actionFlags = actionFlags
|
||||
|
||||
Reference in New Issue
Block a user