summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/clientserver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clientserver.h b/src/clientserver.h
index d77772416..6f9396c02 100644
--- 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 14
+#define SERVER_PROTOCOL_VERSION_MIN 13
#define SERVER_PROTOCOL_VERSION_MAX LATEST_PROTOCOL_VERSION
// Client's supported network protocol range