change TLD

This commit is contained in:
SaltySnail
2026-08-03 22:18:31 +02:00
parent a3d50be997
commit fd36f7e3f4
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -124,8 +124,6 @@ private:
static inline bool mShutdown { false };
static inline std::mutex mShutdownHandlersMutex {};
static inline std::deque<TShutdownHandler> mShutdownHandlers {};
static inline int mTLDIndex { 0 };
static inline std::vector<std::string> mValidTLDs {"beammp.com", "beammp.ru"};
static inline Version mVersion { 3, 9, 3 };
};