Fixed typos in MatterCannon

This commit is contained in:
thatsIch
2014-09-28 19:46:10 +02:00
parent 8f5f3f1ed7
commit a745e00115
3 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -224,7 +224,7 @@ public class WorldSettings extends Configuration
instance = null;
}
List<Integer> storageCellDims = new ArrayList();
List<Integer> storageCellDims = new ArrayList<Integer>();
HashMap<Integer, UUID> idToUUID;
public void addStorageCellDim(int newDim)