clipping and extracting put seeds in the users hands (#14343)

This commit is contained in:
deltanedas
2023-03-06 02:37:57 +00:00
committed by GitHub
parent 5947fbc042
commit 60ac402b8b
3 changed files with 13 additions and 5 deletions

View File

@@ -50,7 +50,7 @@ public sealed class SeedExtractorSystem : EntitySystem
for (var i = 0; i < amount; i++)
{
_botanySystem.SpawnSeedPacket(seed, coords);
_botanySystem.SpawnSeedPacket(seed, coords, args.User);
}
}