set dev to false

This commit is contained in:
Lion Kortlepel 2024-06-28 09:19:42 +02:00
parent 3ca6e7fd3d
commit 3535923f40
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 = true; bool Dev = false;
int ProxyPort = 0; int ProxyPort = 0;
namespace fs = std::filesystem; namespace fs = std::filesystem;