summaryrefslogtreecommitdiff
path: root/src/connection.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-01-15 03:28:19 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-01-15 03:28:19 +0200
commit3fb0d2fb65c968f91c333a1d31d2d7a1a02ab7d1 (patch)
treee6e30b538fe9d3e779122111c39a56b727114e0d /src/connection.h
parentcfaa15895ad73ce3cef174f770d877059e9708e0 (diff)
downloadminetest-3fb0d2fb65c968f91c333a1d31d2d7a1a02ab7d1.tar.gz
minetest-3fb0d2fb65c968f91c333a1d31d2d7a1a02ab7d1.tar.bz2
minetest-3fb0d2fb65c968f91c333a1d31d2d7a1a02ab7d1.zip
Players are left on server while server is running. No passwords yet.
Diffstat (limited to 'src/connection.h')
-rw-r--r--src/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/connection.h b/src/connection.h
index 73d043710..0b5d5e230 100644
--- a/src/connection.h
+++ b/src/connection.h
@@ -209,7 +209,7 @@ channel:
Only channels 0, 1 and 2 exist.
*/
#define BASE_HEADER_SIZE 7
-#define PEER_ID_NEW 0
+#define PEER_ID_INEXISTENT 0
#define PEER_ID_SERVER 1
#define CHANNEL_COUNT 3
/*