Fix override
This commit is contained in:
		| @@ -252,10 +252,12 @@ public class TileExternalStorage extends TileMultipartNode implements IStoragePr | |||||||
|         return PRIORITY; |         return PRIORITY; | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     @Override | ||||||
|     public int getStored() { |     public int getStored() { | ||||||
|         return STORED.getValue(); |         return STORED.getValue(); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     @Override | ||||||
|     public int getCapacity() { |     public int getCapacity() { | ||||||
|         return CAPACITY.getValue(); |         return CAPACITY.getValue(); | ||||||
|     } |     } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Raoul Van den Berge
					Raoul Van den Berge