summaryrefslogtreecommitdiffstats
path: root/src/BlockID.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/BlockID.cpp')
-rw-r--r--src/BlockID.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/BlockID.cpp b/src/BlockID.cpp
index 641a6a225..70cb801b6 100644
--- a/src/BlockID.cpp
+++ b/src/BlockID.cpp
@@ -355,12 +355,8 @@ AString DimensionToString(eDimension a_Dimension)
} DimensionMap[] =
{
{ dimOverworld, "Overworld" },
- { dimOverworld, "Normal" },
- { dimOverworld, "World" },
{ dimNether, "Nether" },
- { dimNether, "Hell" }, // Alternate name for Nether
{ dimEnd, "End" },
- { dimEnd, "Sky" }, // Old name for End
};
for (size_t i = 0; i < ARRAYCOUNT(DimensionMap); i++)