fix lua thread never exiting

This commit is contained in:
Lion Kortlepel
2021-02-17 01:12:19 +01:00
committed by Anonymous275
parent aec6ad9c14
commit 8cd35d64e4
2 changed files with 26 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ private:
TTCPServer& mTCPServer;
TUDPServer& mUDPServer;
TServer& mServer;
std::string mPath;
bool mShutdown { false };
TSetOfLuaFile mLuaFiles;
};