Skip to content

Commit 8343b0e

Browse files
afwn90cj93201nixr2e1reMistrick
authored andcommitted
scheduler: fix 1.8.3 compilation
1 parent 1ee9aeb commit 8343b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/amxmodx/scripting/map_manager_scheduler.sma

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ public client_putinserver(id)
221221
remove_task(TASK_CHANGE_TO_DEFAULT);
222222
}
223223
}
224-
public client_disconnect(id)
224+
public client_disconnected(id)
225225
{
226226
new Float:change_time = get_float(CHANGE_TO_DEFAULT);
227227
if(change_time > 0.0 && !get_players_num(id)) {

0 commit comments

Comments
 (0)