We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9a847 commit df9b917Copy full SHA for df9b917
1 file changed
cstrike/addons/amxmodx/scripting/map_manager_online_checker.sma
@@ -37,7 +37,6 @@ public plugin_init() {
37
38
public plugin_cfg() {
39
mapm_get_prefix(g_sPrefix, charsmax(g_sPrefix));
40
- get_mapname(g_CurrentMap[Map], charsmax(g_CurrentMap[Map]));
41
}
42
43
public task_check_online() {
@@ -63,6 +62,7 @@ public task_check_online() {
63
62
64
65
public mapm_maplist_loaded(Array: maplist, const nextmap[]) {
+ get_mapname(g_CurrentMap[Map], charsmax(g_CurrentMap[Map]));
66
remove_task(TASK_CHECK_ONLINE);
67
68
new idx = mapm_get_map_index(g_CurrentMap[Map]);
0 commit comments