mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-09 05:13:21 +00:00
Update plugins
This commit is contained in:
parent
8437b030c0
commit
46444c8693
16 changed files with 126 additions and 58 deletions
|
@ -66,7 +66,8 @@ bool LoadConfigForMap(const char[] map) {
|
|||
validSets.PushString(buffer);
|
||||
}
|
||||
if(StrEqual(buffer, "default") || StrEqual(g_currentSet, buffer, false)) {
|
||||
|
||||
kv.GetSectionName(buffer, sizeof(buffer));
|
||||
PrintToServer("Loaded %s", buffer);
|
||||
config.entities.PushArray(entCfg);
|
||||
} else {
|
||||
kv.GetSectionName(buffer, sizeof(buffer));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue