From d4704786ac58640859139b1f83d0e295eccfece7 Mon Sep 17 00:00:00 2001 From: joshpfox <35375991+joshpfox@users.noreply.github.com> Date: Tue, 6 Mar 2018 19:53:34 +0000 Subject: [PATCH] Remove duplicate anti-venom+ config check Remove the first duplicate config check for Anti-venom+ in TimersPlugin (other one begins line 175, left this one so that all antivenom are grouped) --- .../net/runelite/client/plugins/timers/TimersPlugin.java | 5 ----- 1 file changed, 5 deletions(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/timers/TimersPlugin.java b/runelite-client/src/main/java/net/runelite/client/plugins/timers/TimersPlugin.java index fde9afcfbd..d7b81baf87 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/timers/TimersPlugin.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/timers/TimersPlugin.java @@ -146,11 +146,6 @@ public class TimersPlugin extends Plugin removeGameTimer(MAGICIMBUE); } - if (!config.showAntiVenomPlus()) - { - removeGameTimer(ANTIVENOMPLUS); - } - if (!config.showTeleblock()) { removeGameTimer(FULLTB);