mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 19:13:21 +00:00
Try _Post event?
This commit is contained in:
parent
767aa4f892
commit
8437b030c0
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public void OnClientPutInServer(int client) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnClientDisconnect(int client) {
|
public void OnClientDisconnect_Post(int client) {
|
||||||
steamidCache[client][0] = '\0';
|
steamidCache[client][0] = '\0';
|
||||||
nameCache[client][0] = '\0';
|
nameCache[client][0] = '\0';
|
||||||
if(!IsFakeClient(client)) {
|
if(!IsFakeClient(client)) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue