add CachingDirectory config setting to cache mods elsewhere

also moved cls/clear to the beginning, idk wtf it was doing in there.
This commit is contained in:
Lion Kortlepel
2024-09-23 22:31:58 +02:00
parent 4bedfc8e96
commit 1362471657
5 changed files with 22 additions and 16 deletions

View File

@@ -30,6 +30,7 @@ extern int DEFAULT_PORT;
extern uint64_t UDPSock;
extern uint64_t TCPSock;
extern std::string Branch;
extern std::string CachingDirectory;
extern bool TCPTerminate;
extern std::string LastIP;
extern std::string MStatus;