mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 13:10:39 +00:00
Compare commits
2 Commits
rc-v3.0.1
...
hotfix-no-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aaefea1d01 | ||
|
|
863e8eb8cf |
@@ -58,7 +58,7 @@ public:
|
||||
// Causes all threads to finish up and exit gracefull gracefully
|
||||
static void GracefullyShutdown();
|
||||
static TConsole& Console() { return *mConsole; }
|
||||
static std::string ServerVersion() { return "2.3.2"; }
|
||||
static std::string ServerVersion() { return "2.3.3"; }
|
||||
static std::string ClientVersion() { return "2.0"; }
|
||||
static std::string PPS() { return mPPS; }
|
||||
static void SetPPS(const std::string& NewPPS) { mPPS = NewPPS; }
|
||||
|
||||
Submodule include/commandline updated: 4931aa89c1...242225dd41
Reference in New Issue
Block a user