Characters with no CharacterInfo can't be selected, fixed broken tickboxes in server settings, inventory log tweaking, one gap sound per hull, chat message "commands" changed from /d to d;
This commit is contained in:
@@ -425,7 +425,7 @@ namespace Barotrauma
|
||||
if (newHull == null) return true;
|
||||
}
|
||||
|
||||
var gaps = newHull.FindGaps();
|
||||
var gaps = newHull.ConnectedGaps;
|
||||
|
||||
targetPos = limb.character.WorldPosition;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user