- 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:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user