temporarily set dev to true always

This commit is contained in:
Lion Kortlepel
2024-06-27 09:34:52 +02:00
parent b034072027
commit 7b733bf8eb

View File

@@ -27,7 +27,7 @@
#include <thread>
extern int TraceBack;
bool Dev = false;
bool Dev = true;
int ProxyPort = 0;
namespace fs = std::filesystem;
@@ -81,10 +81,10 @@ std::string GetEN() {
}
std::string GetVer() {
return "2.0";
return "2.1";
}
std::string GetPatch() {
return ".99";
return ".0";
}
std::string GetEP(char* P) {