|  |  |  | @ -69,6 +69,8 @@ public enum MovementManager {@@ -69,6 +69,8 @@ public enum MovementManager { | 
			
		
	
		
			
				
					|  |  |  |  |         if (toMove.getObjectType().equals(GameObjectType.PlayerCharacter)) { | 
			
		
	
		
			
				
					|  |  |  |  |             if (((PlayerCharacter) toMove).isCasting()) | 
			
		
	
		
			
				
					|  |  |  |  |                 ((PlayerCharacter) toMove).update(); | 
			
		
	
		
			
				
					|  |  |  |  |             if(((PlayerCharacter) toMove).isFlying() && toMove.getEffects().containsKey("MoveBuff")) | 
			
		
	
		
			
				
					|  |  |  |  |                 PlayerCharacter.GroundPlayer(((PlayerCharacter) toMove)); | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         toMove.setIsCasting(false); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |