projects
/
zefram
/
minetest
/
minetest_engine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ccdd3b
)
Allow server to accept protocol 13 clients altough they don't work too well
author
Perttu Ahola
<celeron55@gmail.com>
Mon, 26 Nov 2012 22:15:17 +0000
(
00:15
+0200)
committer
Perttu Ahola
<celeron55@gmail.com>
Thu, 29 Nov 2012 20:08:25 +0000
(22:08 +0200)
src/clientserver.h
patch
|
blob
|
history
diff --git
a/src/clientserver.h
b/src/clientserver.h
index d777724163b2fe13911c0651cc0420e648fa1d8f..6f9396c02ceaf607689b0eccaf1235eb513e777a 100644
(file)
--- a/
src/clientserver.h
+++ b/
src/clientserver.h
@@
-82,7
+82,7
@@
SharedBuffer<u8> makePacket_TOCLIENT_TIME_OF_DAY(u16 time, float time_speed);
#define LATEST_PROTOCOL_VERSION 15
// Server's supported network protocol range
-#define SERVER_PROTOCOL_VERSION_MIN 1
4
+#define SERVER_PROTOCOL_VERSION_MIN 1
3
#define SERVER_PROTOCOL_VERSION_MAX LATEST_PROTOCOL_VERSION
// Client's supported network protocol range