Update plugins

This commit is contained in:
Jackz 2023-08-07 22:29:19 -05:00
parent 8437b030c0
commit 46444c8693
No known key found for this signature in database
GPG key ID: E0BBD94CF657F603
16 changed files with 126 additions and 58 deletions

View file

@ -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));