- respawn, fabricator & deconstructor logging

- fixed listbox child hiding 4 real now
- dockingport logging fix (name of the sub instead of submarine.ToString)
This commit is contained in:
Regalis
2017-05-09 21:39:39 +03:00
parent 63b5ad1821
commit ad90cf804d
5 changed files with 41 additions and 22 deletions

View File

@@ -389,7 +389,7 @@ namespace Barotrauma
for (int i = 0; i < children.Count; i++)
{
GUIComponent child = children[i];
if (child == frame) continue;
if (child == frame || !child.Visible) continue;
if (!IsChildVisible(child))
{