Add check

- Adds check, in stopBending(), for invincible being empty or not, clears it if so
This commit is contained in:
Simplicitee 2015-11-08 22:27:53 -05:00
parent f025631a17
commit 94e4a6bc43

View file

@ -1974,6 +1974,8 @@ public class GeneralMethods {
Flight.removeAll(); Flight.removeAll();
TempBlock.removeAll(); TempBlock.removeAll();
MultiAbilityManager.removeAll(); MultiAbilityManager.removeAll();
if (!invincible.isEmpty())
invincible.clear();
} }
public static void stopPlugin() { public static void stopPlugin() {