summaryrefslogtreecommitdiffstats
path: root/src/BlockID.cpp
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-06-16 05:27:27 +0200
committerarchshift <admin@archshift.com>2014-06-16 05:27:27 +0200
commitb2fbcaf1bf43ca1f0e6df48de8584149cbe50222 (patch)
tree7ba7d6eb31dec126b16cde36a0982486b7c59aa7 /src/BlockID.cpp
parentReverted portal creation code (diff)
downloadcuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.tar
cuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.tar.gz
cuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.tar.bz2
cuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.tar.lz
cuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.tar.xz
cuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.tar.zst
cuberite-b2fbcaf1bf43ca1f0e6df48de8584149cbe50222.zip
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++)