Fixed bug am41961 (Orangutanz)
GetPlayerAuthId, GetPlayerWONId, and IsMapValid were not being reset on mapchange
This commit is contained in:
parent
32b1149716
commit
3b62b91fb7
@ -143,6 +143,9 @@ void FMH_ServerDeactivate()
|
||||
RESETE(CreateInstancedBaseline);
|
||||
RESETE(GetInfoKeyBuffer);
|
||||
RESETE(ClientPrintf);
|
||||
RESETE(GetPlayerAuthId);
|
||||
RESETE(GetPlayerWONId);
|
||||
RESETE(IsMapValid);
|
||||
|
||||
RESETD(Spawn);
|
||||
RESETD(Think);
|
||||
|
Loading…
Reference in New Issue
Block a user