Skip to content

Commit

Permalink
Use client_remove instead of client_disconnected
Browse files Browse the repository at this point in the history
  • Loading branch information
Amaroq7 committed Aug 17, 2017
1 parent 022d9ff commit c4d86c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amxmodx/scripting/ctw.sma
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public plugin_cfg()
MakeMenu();
}

public client_disconnected(id, bool:drop, message[], maxlen)
public client_remove(id, bool:drop, const message[])
{
if (g_ePlayerResetMenu == id)
g_ePlayerResetMenu = 0;
Expand Down

0 comments on commit c4d86c0

Please sign in to comment.