Remove Shulker bullets on session cleanup.

This commit is contained in:
garbagemule 2016-03-20 15:01:05 +01:00 committed by Andreas Troelsen
parent 8705b5c9f7
commit df43712964

View File

@ -1299,6 +1299,7 @@ public class ArenaImpl implements Arena
case ARROW:
case MINECART:
case BOAT:
case SHULKER_BULLET:
e.remove();
}
}