mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 22:35:37 +03:00
small format changes
This commit is contained in:
parent
f02c73f94c
commit
13e654aafe
@ -346,7 +346,7 @@ public plugin_cfg()
|
||||
new len = format(configFile, 63, "%s/maps/%s.cfg", configFile, curMap)
|
||||
|
||||
if (file_exists(configFile))
|
||||
set_task(6.1, "delayed_load", 0, configFile, len+1)
|
||||
set_task(6.1, "delayed_load", 0, configFile, len + 1)
|
||||
}
|
||||
|
||||
public delayed_load(configFile[])
|
||||
|
Loading…
Reference in New Issue
Block a user