Changed all tabs to 4 spaces

This commit is contained in:
durron597
2011-01-01 08:01:07 -05:00
parent a7f4603bc6
commit de177404e3
19 changed files with 203 additions and 204 deletions

View File

@@ -181,7 +181,7 @@ public enum Material {
CookedFish(350),
GoldRecord(2256),
GreenRecord(2257);
private final int id;
private static final Map<Integer, Material> lookup = new HashMap<Integer, Material>();