This shouldn't be there...

This commit is contained in:
LCastr0 2017-04-30 19:14:27 -03:00
parent 5d3dbbb44b
commit e3521c06fd
1 changed files with 0 additions and 1 deletions

View File

@ -300,7 +300,6 @@ public class CastleManager extends MiniPlugin
if (!event.getEntity().equals(_item))
return;
_item.eject();
_item.remove();
_item = null;
}