From 4ec50487301da331f697ab14c278bad92c66b62c Mon Sep 17 00:00:00 2001 From: Sam Date: Sat, 12 Jul 2014 18:47:35 +0200 Subject: [PATCH] Remove test statement --- modules/game_ruleviolation/ruleviolation.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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