Skip to content

Commit

Permalink
port: net: bump protocol version just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
fgsfdsfgs committed Dec 28, 2023
1 parent 312c752 commit 928544a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion port/include/net/net.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "constants.h"
#include "net/netbuf.h"

#define NET_PROTOCOL_VER 2
#define NET_PROTOCOL_VER 3

#define NET_MAX_CLIENTS MAX_PLAYERS
#define NET_MAX_NAME MAX_PLAYERNAME
Expand Down

0 comments on commit 928544a

Please sign in to comment.