Server log remembers the state of the filters and applies the filter when opened
This commit is contained in:
@@ -49,6 +49,8 @@ namespace Barotrauma.Networking
|
|||||||
return true;
|
return true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
tickBox.Selected = !msgTypeHidden[(int)msgType];
|
||||||
|
|
||||||
y += 20;
|
y += 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -58,6 +60,7 @@ namespace Barotrauma.Networking
|
|||||||
{
|
{
|
||||||
AddLine(line);
|
AddLine(line);
|
||||||
}
|
}
|
||||||
|
FilterMessages();
|
||||||
|
|
||||||
listBox.UpdateScrollBarSize();
|
listBox.UpdateScrollBarSize();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user