Change dedicated debug level to net=3
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user