diff --git a/Barotrauma/BarotraumaClient/Source/Networking/ServerLog.cs b/Barotrauma/BarotraumaClient/Source/Networking/ServerLog.cs index 2b3061784..1929837ec 100644 --- a/Barotrauma/BarotraumaClient/Source/Networking/ServerLog.cs +++ b/Barotrauma/BarotraumaClient/Source/Networking/ServerLog.cs @@ -49,6 +49,8 @@ namespace Barotrauma.Networking return true; }; + tickBox.Selected = !msgTypeHidden[(int)msgType]; + y += 20; } @@ -58,6 +60,7 @@ namespace Barotrauma.Networking { AddLine(line); } + FilterMessages(); listBox.UpdateScrollBarSize();