diff --git a/modules/game_ruleviolation/ruleviolation.lua b/modules/game_ruleviolation/ruleviolation.lua index b28e29fc..d6944613 100644 --- a/modules/game_ruleviolation/ruleviolation.lua +++ b/modules/game_ruleviolation/ruleviolation.lua @@ -78,7 +78,7 @@ function loadReasons() end function show(target, statement) - if g_game.isOnline() and hasWindowAccess() or true then + if g_game.isOnline() and hasWindowAccess() then if target then ruleViolationWindow:getChildById('nameText'):setText(target) end