mirror of
https://github.com/edubart/otclient.git
synced 2025-10-14 11:34:54 +02:00
no more prints plx -.-'
This commit is contained in:
@@ -48,7 +48,6 @@ function RuleViolation.loadReasons()
|
|||||||
local actions = g_game.getGMActions()
|
local actions = g_game.getGMActions()
|
||||||
for reason, actionFlags in pairs(actions) do
|
for reason, actionFlags in pairs(actions) do
|
||||||
local label = createWidget('RVListLabel', reasonsTextList)
|
local label = createWidget('RVListLabel', reasonsTextList)
|
||||||
print("LOAD REASON: " .. tostring(reason) .. " " .. tostring(actionFlags))
|
|
||||||
label:setText(rvreasons[reason])
|
label:setText(rvreasons[reason])
|
||||||
label.reasonId = reason
|
label.reasonId = reason
|
||||||
label.actionFlags = actionFlags
|
label.actionFlags = actionFlags
|
||||||
|
Reference in New Issue
Block a user