Merge pull request #496 from NilanthAnimosus/vanillawork

Minor vanilla tweaks
This commit is contained in:
Joonas Rikkonen
2018-07-18 14:32:28 +03:00
committed by GitHub
3 changed files with 185 additions and 145 deletions
@@ -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))