Cliff-spam cache fix

This commit is contained in:
Anuken
2020-09-15 23:49:40 -04:00
parent 52ff09d024
commit 462e6733ed
2 changed files with 4 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ public enum CacheLayer{
}
},
normal(5),
walls;
walls(3);
public static final CacheLayer[] all = values();
/** Capacity multiplier. */