mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-06 12:53: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';
|
||||
nameCache[client][0] = '\0';
|
||||
if(!IsFakeClient(client)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue