Skip to content

Commit

Permalink
client_disconnected -> client_remove
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Dec 18, 2023
1 parent 4e965bc commit 914bc09
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public client_putinserver(player) {
Stats_Update(player)
}

public client_disconnected(player) {
public client_remove(player) {
Stats_Update(player)
}

Expand Down

0 comments on commit 914bc09

Please sign in to comment.