diff options
Diffstat (limited to 'source/cClientHandle.h')
-rw-r--r-- | source/cClientHandle.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/cClientHandle.h b/source/cClientHandle.h index d0ac81db8..69c3f3ae3 100644 --- a/source/cClientHandle.h +++ b/source/cClientHandle.h @@ -44,6 +44,13 @@ +#define MCS_PROTOCOL_VERSION 29 // Synchronize this with MCS_CLIENT_VERSION below!
+#define MCS_CLIENT_VERSION "1.2.4"
+
+
+
+
+
class cPlayer;
class cRedstone;
|