Content update for NetEntities (#18935)
This commit is contained in:
@@ -18,7 +18,7 @@ public sealed class ModularGrenadeTests : InteractionTest
|
||||
{
|
||||
await PlaceInHands(Steel, 5);
|
||||
await CraftItem("ModularGrenadeRecipe");
|
||||
Target = await FindEntity("ModularGrenade");
|
||||
Target = SEntMan.GetNetEntity(await FindEntity("ModularGrenade"));
|
||||
|
||||
await Drop();
|
||||
await Interact(Cable);
|
||||
|
||||
Reference in New Issue
Block a user