Compare commits

..

2 Commits

Author SHA1 Message Date
Lion Kortlepel aaefea1d01 update commandline 2021-11-09 22:05:04 +01:00
Lion Kortlepel 863e8eb8cf Bump version 2021-10-09 23:53:59 +02:00
3 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -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; }
-10
View File
@@ -54,16 +54,6 @@ int main(int argc, char** argv) try {
Application::Console().InitializeLuaConsole(LuaEngine);
Application::CheckForUpdates();
Sentry.LogError("test error", __FILE__, std::to_string(__LINE__));
error("goodbye, crashing now");
volatile int* a = nullptr;
// oh boy
*a = -0;
a[318008]++;
// bye now
abort();
// TODO: replace
while (!Shutdown) {
std::this_thread::sleep_for(std::chrono::milliseconds(50));