mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 06:48:04 +03:00
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(CreateInstancedBaseline);
|
||||||
RESETE(GetInfoKeyBuffer);
|
RESETE(GetInfoKeyBuffer);
|
||||||
RESETE(ClientPrintf);
|
RESETE(ClientPrintf);
|
||||||
|
RESETE(GetPlayerAuthId);
|
||||||
|
RESETE(GetPlayerWONId);
|
||||||
|
RESETE(IsMapValid);
|
||||||
|
|
||||||
RESETD(Spawn);
|
RESETD(Spawn);
|
||||||
RESETD(Think);
|
RESETD(Think);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user