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)
This commit is contained in:
joshpfox
2018-03-06 19:53:34 +00:00
parent 4887e0ec2b
commit d4704786ac

View File

@@ -146,11 +146,6 @@ public class TimersPlugin extends Plugin
removeGameTimer(MAGICIMBUE);
}
if (!config.showAntiVenomPlus())
{
removeGameTimer(ANTIVENOMPLUS);
}
if (!config.showTeleblock())
{
removeGameTimer(FULLTB);