From 05252babc6395fd6ac9348025d16a48a64f9a509 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 26 Mar 2012 18:09:10 +0000 Subject: Added the supported client version to banner; shamelessly added myself to the authors list ;) git-svn-id: http://mc-server.googlecode.com/svn/trunk@436 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cClientHandle.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/cClientHandle.h') 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; -- cgit v1.2.3