Merge pull request #868 from josharoo/remove-duplicate-timer

Remove duplicate anti-venom+ config check
This commit is contained in:
Tomas Slusny
2018-03-06 21:47:26 +01:00
committed by GitHub

View File

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