mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-20 09:11:01 +00:00
reset seenplayer on netgame exit
This commit is contained in:
parent
acc1b829bd
commit
d2ad04a105
1 changed files with 1 additions and 0 deletions
|
@ -673,6 +673,7 @@ void D_QuitNetGame(void)
|
|||
HSendPacket(servernode, true, 0, 0);
|
||||
}
|
||||
|
||||
seenplayer = NULL;
|
||||
D_CloseConnection();
|
||||
ClearAdminPlayers();
|
||||
|
||||
|
|
Loading…
Reference in a new issue