- Fixed bug with Dwarf Toss

This commit is contained in:
AlexTheCoder 2015-09-26 19:22:17 -04:00
parent 1cc503bd3b
commit cddc6674a5

View File

@ -284,6 +284,8 @@ public class Flag
player.addPotionEffect(new PotionEffect(PotionEffectType.SLOW, 1000000, 0));
player.setPassenger(null);
if (_moved)
announceSteal(player, false);
else