summaryrefslogtreecommitdiffstats
path: root/source/Globals.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Globals.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/source/Globals.h b/source/Globals.h
index ce122528c..419d5f5a7 100644
--- a/source/Globals.h
+++ b/source/Globals.h
@@ -144,4 +144,11 @@ public:
-#define MINECRAFT_1_2_2 (1) \ No newline at end of file
+// TODO: Remove this when 1.2 is the major version out there and we're fully compatible
+#ifndef MINECRAFT_1_2_2
+ #define MINECRAFT_1_2_2 (1)
+#endif
+
+
+
+