mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
MAXTEXTCMD -> 512
Fixes 4P XD_ADDPLAYER
This commit is contained in:
parent
039a73ce64
commit
801deafa96
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue