v0.10.5.1
This commit is contained in:
@@ -109,7 +109,7 @@ namespace Barotrauma
|
||||
this.submarine = sub;
|
||||
|
||||
Body farseerBody = null;
|
||||
if (!Hull.hullList.Any())
|
||||
if (!Hull.hullList.Any(h => h.Submarine == sub))
|
||||
{
|
||||
farseerBody = GameMain.World.CreateRectangle(1.0f, 1.0f, 1.0f);
|
||||
if (showWarningMessages)
|
||||
|
||||
Reference in New Issue
Block a user