mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-07-13 10:13:42 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1cdc8e8f48 | |||
| 1f72a45231 | |||
| 002223afda | |||
| ecc79b1918 |
Vendored
+1
-1
Submodule deps/commandline updated: 0ff46d25b1...b2a29733f9
+1
-1
@@ -134,7 +134,7 @@ private:
|
||||
static inline std::mutex mShutdownHandlersMutex {};
|
||||
static inline std::deque<TShutdownHandler> mShutdownHandlers {};
|
||||
|
||||
static inline Version mVersion { 3, 2, 0 };
|
||||
static inline Version mVersion { 3, 2, 1 };
|
||||
};
|
||||
|
||||
void SplitString(std::string const& str, const char delim, std::vector<std::string>& out);
|
||||
|
||||
Reference in New Issue
Block a user