mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Remove adminplayer from SERVERINFO (PACKETVERSION 2)
This commit is contained in:
parent
2c9ea284a7
commit
b3afa91673
1 changed files with 1 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ This version is independent of the mod name, and standard
|
||||||
version and subversion. It should only account for the
|
version and subversion. It should only account for the
|
||||||
basic fields of the packet, and change infrequently.
|
basic fields of the packet, and change infrequently.
|
||||||
*/
|
*/
|
||||||
#define PACKETVERSION 1
|
#define PACKETVERSION 2
|
||||||
|
|
||||||
// Network play related stuff.
|
// Network play related stuff.
|
||||||
// There is a data struct that stores network
|
// There is a data struct that stores network
|
||||||
|
|
@ -366,7 +366,6 @@ typedef struct
|
||||||
UINT8 cheatsenabled;
|
UINT8 cheatsenabled;
|
||||||
UINT8 isdedicated;
|
UINT8 isdedicated;
|
||||||
UINT8 fileneedednum;
|
UINT8 fileneedednum;
|
||||||
SINT8 adminplayer;
|
|
||||||
tic_t time;
|
tic_t time;
|
||||||
tic_t leveltime;
|
tic_t leveltime;
|
||||||
char servername[MAXSERVERNAME];
|
char servername[MAXSERVERNAME];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue