Add protectmod and reloadmods console commands

This commit is contained in:
Tixx
2025-04-26 21:15:16 +02:00
parent 7db40e068e
commit 40c8c0c5c2
4 changed files with 87 additions and 19 deletions

View File

@@ -45,6 +45,8 @@ public:
void SendToAll(TClient* c, const std::vector<uint8_t>& Data, bool Self, bool Rel);
void UpdatePlayer(TClient& Client);
TResourceManager& ResourceManager() const { return mResourceManager; }
private:
void UDPServerMain();
void TCPServerMain();