|  |  | @ -485,13 +485,7 @@ public class ManageCityAssetsMsg extends ClientNetMsg { | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             writer.putInt(building.getRank()); |  |  |  |             writer.putInt(building.getRank()); | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             // Maintenance costs include resource if
 |  |  |  |             writer.putInt(1); // Gold only
 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |             // this structure is an R8 tree
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (building.getRank() == 8) |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 writer.putInt(5); // Resources included
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             else |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 writer.putInt(1); // Gold only
 |  |  |  |  | 
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             writer.putInt(2308551); //Gold
 |  |  |  |             writer.putInt(2308551); //Gold
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (building.getBlueprint() == null) |  |  |  |             if (building.getBlueprint() == null) | 
			
		
	
	
		
		
			
				
					|  |  | @ -499,17 +493,6 @@ public class ManageCityAssetsMsg extends ClientNetMsg { | 
			
		
	
		
		
			
				
					
					|  |  |  |             else |  |  |  |             else | 
			
		
	
		
		
			
				
					
					|  |  |  |                 writer.putInt(building.getBlueprint().getMaintCost()); //  maint cost
 |  |  |  |                 writer.putInt(building.getBlueprint().getMaintCost()); //  maint cost
 | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (building.getRank() == 8) { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 writer.putInt(74856115); // Stone
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 writer.putInt(1500); //  maint cost
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 writer.putInt(-1603256692); // Lumber
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 writer.putInt(1500); //  maint cost
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 writer.putInt(-1596311545); // Galvor
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 writer.putInt(5); //  maint cost
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 writer.putInt(1532478436); // Wormwood
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |                 writer.putInt(5); //  maint cost
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             } |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  |             LocalDateTime maintDate = building.maintDateTime; |  |  |  |             LocalDateTime maintDate = building.maintDateTime; | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  |             if (maintDate == null) |  |  |  |             if (maintDate == null) | 
			
		
	
	
		
		
			
				
					|  |  | 
 |