From f9f83df92d657dc277d851c9ec3abe4052fdb141 Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Mon, 12 Jul 2021 18:32:08 +0100 Subject: [PATCH] Change dedicated debug level to net=3 --- src/openttd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openttd.cpp b/src/openttd.cpp index 586548473f..8495833a19 100644 --- a/src/openttd.cpp +++ b/src/openttd.cpp @@ -731,7 +731,7 @@ int openttd_main(int argc, char *argv[]) videodriver = "dedicated"; blitter = "null"; dedicated = true; - SetDebugString("net=6"); + SetDebugString("net=3"); if (mgo.opt != nullptr) { const char *port = nullptr; ParseConnectionString(&port, mgo.opt);