summaryrefslogtreecommitdiff
path: root/src/nodedef.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/nodedef.cpp')
-rw-r--r--src/nodedef.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodedef.cpp b/src/nodedef.cpp
index 35ee291a0..d76f9b8ac 100644
--- a/src/nodedef.cpp
+++ b/src/nodedef.cpp
@@ -692,7 +692,7 @@ private:
ContentFeatures m_content_features[MAX_CONTENT+1];
// A mapping for fast converting back and forth between names and ids
NameIdMapping m_name_id_mapping;
- // Aliases for loading legacy crap
+ // Aliases
std::map<std::string, std::string> m_aliases;
};