Skip to content

Commit

Permalink
scheduler: fix 1.8.3 compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
afwn90cj93201nixr2e1re authored and Mistrick committed Jun 30, 2018
1 parent 1ee9aeb commit 8343b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/amxmodx/scripting/map_manager_scheduler.sma
Expand Up @@ -221,7 +221,7 @@ public client_putinserver(id)
remove_task(TASK_CHANGE_TO_DEFAULT);
}
}
public client_disconnect(id)
public client_disconnected(id)
{
new Float:change_time = get_float(CHANGE_TO_DEFAULT);
if(change_time > 0.0 && !get_players_num(id)) {
Expand Down

0 comments on commit 8343b0e

Please sign in to comment.