Merge pull request #12414 from LetterN/asset-cache-thing

asset cache + better minimaps
This commit is contained in:
Ghom
2020-06-19 23:09:09 +02:00
committed by GitHub
18 changed files with 702 additions and 549 deletions
+1
View File
@@ -120,6 +120,7 @@ GLOBAL_LIST(topic_status_cache)
GLOB.world_game_log = "[GLOB.log_directory]/game.log"
GLOB.world_virus_log = "[GLOB.log_directory]/virus.log"
GLOB.world_asset_log = "[GLOB.log_directory]/asset.log"
GLOB.world_attack_log = "[GLOB.log_directory]/attack.log"
GLOB.world_pda_log = "[GLOB.log_directory]/pda.log"
GLOB.world_telecomms_log = "[GLOB.log_directory]/telecomms.log"