Remove Shulker bullets on session cleanup.

This commit is contained in:
garbagemule
2016-12-29 17:56:43 +01:00
committed by Andreas Troelsen
parent 8705b5c9f7
commit df43712964
@@ -1299,6 +1299,7 @@ public class ArenaImpl implements Arena
case ARROW: case ARROW:
case MINECART: case MINECART:
case BOAT: case BOAT:
case SHULKER_BULLET:
e.remove(); e.remove();
} }
} }