Change dedicated debug level to net=3

This commit is contained in:
Jonathan G Rennison
2021-07-12 18:32:08 +01:00
parent cb421294bb
commit f9f83df92d

View File

@@ -731,7 +731,7 @@ int openttd_main(int argc, char *argv[])
videodriver = "dedicated"; videodriver = "dedicated";
blitter = "null"; blitter = "null";
dedicated = true; dedicated = true;
SetDebugString("net=6"); SetDebugString("net=3");
if (mgo.opt != nullptr) { if (mgo.opt != nullptr) {
const char *port = nullptr; const char *port = nullptr;
ParseConnectionString(&port, mgo.opt); ParseConnectionString(&port, mgo.opt);