mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-10 03:52:45 +01:00
Remove DEBUG_ALL_BLOCK_STATES due to it being broken
By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
parent
5378ab4579
commit
14b93b5d93
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ public enum WorldType {
|
||||||
VERSION_1_1("DEFAULT_1_1"),
|
VERSION_1_1("DEFAULT_1_1"),
|
||||||
LARGE_BIOMES("LARGEBIOMES"),
|
LARGE_BIOMES("LARGEBIOMES"),
|
||||||
AMPLIFIED("AMPLIFIED"),
|
AMPLIFIED("AMPLIFIED"),
|
||||||
CUSTOMIZED("CUSTOMIZED"),
|
CUSTOMIZED("CUSTOMIZED");
|
||||||
DEBUG_ALL_BLOCK_STATES("DEBUG_ALL_BLOCK_STATES");
|
|
||||||
|
|
||||||
private final static Map<String, WorldType> BY_NAME = Maps.newHashMap();
|
private final static Map<String, WorldType> BY_NAME = Maps.newHashMap();
|
||||||
private final String name;
|
private final String name;
|
||||||
|
|
Loading…
Reference in a new issue