Fixed Cows being able to fly if they had the Rabbit Farmer kit

This commit is contained in:
AlexTheCoder 2015-08-05 03:07:19 -04:00
parent a86fdc3c21
commit cc24bb78d3
1 changed files with 4 additions and 0 deletions

View File

@ -298,6 +298,10 @@ public class MilkCow extends SoloGame
//Refresh
VisibilityManager.Instance.refreshPlayerToAll(player);
//Turn off flight
player.setAllowFlight(false);
player.setFlying(false);
if (forced)
{