mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-29 17:56:21 +00:00
Fix a dumb mistake
This commit is contained in:
parent
beb58c55ac
commit
08d3587eac
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ typedef struct
|
|||
UINT8 cheatsenabled;
|
||||
UINT8 isdedicated;
|
||||
UINT8 fileneedednum;
|
||||
SINT8 adminplayers[MAXPLAYERS];
|
||||
SINT8 adminplayers;
|
||||
tic_t time;
|
||||
tic_t leveltime;
|
||||
char servername[MAXSERVERNAME];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue