Implement DeleteDuplicateMods option

This commit is contained in:
Tixx
2025-05-27 23:15:39 +02:00
parent 8d641f326d
commit 2529146d5a
3 changed files with 25 additions and 0 deletions

View File

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