Skip to content

Commit

Permalink
Update map_manager_scheduler.sma
Browse files Browse the repository at this point in the history
  • Loading branch information
Nord1cWarr1or authored Aug 18, 2023
1 parent 50b4733 commit 68343b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cstrike/addons/amxmodx/scripting/map_manager_scheduler.sma
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ public delayed_change()
{
new nextmap[MAPNAME_LENGTH]; get_string(NEXTMAP, nextmap, charsmax(nextmap));
set_float(CHATTIME, get_float(CHATTIME) - 1.0);
server_cmd("changelevel %s", nextmap);
engine_changelevel(nextmap);
}
planning_vote(type)
{
Expand Down

0 comments on commit 68343b8

Please sign in to comment.