mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-29 07:59:01 +01:00
Accessory Loadout Options (#18082)
* Accessory Loadout Options * more * throw this on top * fluffy review * nope * more stuff * default log file * fix order? * indentation fix
This commit is contained in:
@@ -51,6 +51,7 @@ GLOBAL_LIST_EMPTY(gamemode_cache)
|
||||
"log_tools" = FALSE, // Tools
|
||||
"log_manifest" = TRUE, // Manifest
|
||||
"log_asset" = FALSE, // log asset caching
|
||||
"log_loadout" = TRUE, // Loadout
|
||||
|
||||
/*#### SUBSYSTEMS ####*/
|
||||
|
||||
@@ -105,6 +106,7 @@ GLOBAL_LIST_EMPTY(gamemode_cache)
|
||||
"harddel_log" = "harddel.log",
|
||||
"world_paper_log" = "world_paper.log",
|
||||
"world_manifest_log" = "world_manifest.log",
|
||||
"world_loadout_log" = "world_loadout.log",
|
||||
|
||||
/*#### SUBSYSTEMS ####*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user