Merge pull request #496 from NilanthAnimosus/vanillawork
Minor vanilla tweaks
This commit is contained in:
@@ -162,7 +162,7 @@ namespace Barotrauma.Networking
|
||||
|
||||
while (chatBox.CountChildren > 20)
|
||||
{
|
||||
chatBox.RemoveChild(chatBox.children[1]);
|
||||
chatBox.RemoveChild(chatBox.children[0]);
|
||||
}
|
||||
|
||||
if (!string.IsNullOrWhiteSpace(message.SenderName))
|
||||
|
||||
Reference in New Issue
Block a user