match structure with BOIII
This commit is contained in:
parent
a3df08538f
commit
4d03122d67
@ -288,8 +288,9 @@ namespace gsc
|
|||||||
{
|
{
|
||||||
for (const auto& path : filesystem::get_search_paths())
|
for (const auto& path : filesystem::get_search_paths())
|
||||||
{
|
{
|
||||||
load_scripts(path, "userscripts/");
|
load_scripts(path, "scripts/"); // meant to override stock GSC
|
||||||
load_scripts(path, "userscripts/"s + game::Com_GameMode_GetActiveGameModeStr() + "/");
|
load_scripts(path, "custom_scripts/"); // for no issues, use custom_scripts/
|
||||||
|
load_scripts(path, "custom_scripts/"s + game::Com_GameMode_GetActiveGameModeStr() + "/");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user