Skip to content
Snippets Groups Projects
Commit 339ceafd authored by James R.'s avatar James R.
Browse files

Remove adminplayer from SERVERINFO (PACKETVERSION 2)

parent 84ac743d
No related branches found
No related tags found
2 merge requests!718Rename R_IsPointInSubsector to R_PointInSubsectorOrNull/Nil,!686Kill adminplayer for good
......@@ -27,7 +27,7 @@ This version is independent of the mod name, and standard
version and subversion. It should only account for the
basic fields of the packet, and change infrequently.
*/
#define PACKETVERSION 1
#define PACKETVERSION 2
// Network play related stuff.
// There is a data struct that stores network
......@@ -366,7 +366,6 @@ typedef struct
UINT8 cheatsenabled;
UINT8 isdedicated;
UINT8 fileneedednum;
SINT8 adminplayer;
tic_t time;
tic_t leveltime;
char servername[MAXSERVERNAME];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment