Fixed cleaning method for WineffectRiseOfTheElderGuardian
The class contained commented code, removed when debugging
This commit is contained in:
parent
abddc446fd
commit
22e54557d8
@ -134,7 +134,7 @@ public class WinEffectRiseOfTheElderGuardian extends WinEffectGadget
|
||||
{
|
||||
for(DisguiseGuardian g : _guardians)
|
||||
{
|
||||
// g.remove();
|
||||
g.GetEntity().getBukkitEntity().remove();
|
||||
}
|
||||
_guardians.clear();
|
||||
_guardians = null;
|
||||
|
Loading…
Reference in New Issue
Block a user