Fix gas tank and other hand-interaction bugs (#9700)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user