MAXTEXTCMD -> 512

Fixes 4P XD_ADDPLAYER
This commit is contained in:
James R 2023-06-01 20:00:16 -07:00
parent 039a73ce64
commit 801deafa96

View file

@ -46,7 +46,7 @@ applications may follow different packet versions.
// Networking and tick handling related.
#define BACKUPTICS 512 // more than enough for most timeouts....
#define CLIENTBACKUPTICS 32
#define MAXTEXTCMD 256
#define MAXTEXTCMD 512
// No. of tics your controls can be delayed by.