|  |  |  | @ -61,7 +61,7 @@ public class SlotTestCmd extends AbstractDevCmd {@@ -61,7 +61,7 @@ public class SlotTestCmd extends AbstractDevCmd { | 
			
		
	
		
			
				
					|  |  |  |  |         } | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         for (BuildingLocation buildingLocation : BuildingManager._slotLocations.get(building.meshUUID)) | 
			
		
	
		
			
				
					|  |  |  |  |             outString += buildingLocation.getSlot() + buildingLocation.getLocation().toString() + "\r\n"; | 
			
		
	
		
			
				
					|  |  |  |  |             outString += buildingLocation.getSlot() - 1 + buildingLocation.getLocation().toString() + "\r\n"; | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  |  |         outString += "\r\nNext Available Slot: " + BuildingManager.getAvailableSlot(building); | 
			
		
	
		
			
				
					|  |  |  |  | 
 | 
			
		
	
	
		
			
				
					|  |  |  | 
 |