|  |  |  | @ -18,6 +18,7 @@ import engine.gameManager.BuildingManager;@@ -18,6 +18,7 @@ import engine.gameManager.BuildingManager; | 
			
		
	
		
			
				
					|  |  |  |  | import engine.gameManager.SessionManager; | 
			
		
	
		
			
				
					|  |  |  |  | import engine.math.Vector3fImmutable; | 
			
		
	
		
			
				
					|  |  |  |  | import engine.objects.*; | 
			
		
	
		
			
				
					|  |  |  |  | import engine.server.MBServerStatics; | 
			
		
	
		
			
				
					|  |  |  |  | import engine.util.StringUtils; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  | import java.text.DecimalFormat; | 
			
		
	
	
		
			
				
					|  |  |  | @ -530,6 +531,13 @@ public class InfoCmd extends AbstractDevCmd {@@ -530,6 +531,13 @@ public class InfoCmd extends AbstractDevCmd { | 
			
		
	
		
			
				
					|  |  |  |  |                 } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |                 break; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |             case Corpse: | 
			
		
	
		
			
				
					|  |  |  |  |                 Corpse corpse = (Corpse)target; | 
			
		
	
		
			
				
					|  |  |  |  |                 Long timeLeft = MBServerStatics.CORPSE_CLEANUP_TIMER_MS - (System.currentTimeMillis() - corpse.spawnedTime); | 
			
		
	
		
			
				
					|  |  |  |  |                 output += "Despawn in: " + timeLeft; | 
			
		
	
		
			
				
					|  |  |  |  |                 output += newline; | 
			
		
	
		
			
				
					|  |  |  |  |                 break; | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         throwbackInfo(pc, output); | 
			
		
	
	
		
			
				
					|  |  |  | 
 |