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
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

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