Remove test statement
This commit is contained in:
parent
6b8e810466
commit
4ec5048730
|
@ -78,7 +78,7 @@ function loadReasons()
|
||||||
end
|
end
|
||||||
|
|
||||||
function show(target, statement)
|
function show(target, statement)
|
||||||
if g_game.isOnline() and hasWindowAccess() or true then
|
if g_game.isOnline() and hasWindowAccess() then
|
||||||
if target then
|
if target then
|
||||||
ruleViolationWindow:getChildById('nameText'):setText(target)
|
ruleViolationWindow:getChildById('nameText'):setText(target)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue