Fix gas tank and other hand-interaction bugs (#9700)

This commit is contained in:
Leon Friedrich
2022-07-31 14:56:26 +12:00
committed by GitHub
parent e227f208bc
commit bae540ab2f
6 changed files with 46 additions and 19 deletions

View File

@@ -45,7 +45,7 @@ namespace Content.IntegrationTests.Tests.Disposal
foreach (var entity in entities)
{
Assert.That(system.CanInsert(unit, entity), Is.EqualTo(result));
system.TryInsert(unit.Owner, entity, entity);
system.TryInsert(unit.Owner, entity, null);
}
}