Skip to content

Commit

Permalink
nah
Browse files Browse the repository at this point in the history
  • Loading branch information
CaptainSqrBeard committed Dec 21, 2024
1 parent 4f9c628 commit dca1c92
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,7 @@ private void OnFromTileCraftComplete(Entity<FromTileCrafterComponent> ent, ref F
_robustRandom.NextFloat() - 0.5f * spread);

if (!_netManager.IsServer)
return;

var crafted = Spawn(ent.Comp.EntityToSpawn, coords.Offset(offset));
_handsSystem.TryPickup(args.User, crafted, checkActionBlocker: false, animate: false);

Spawn(ent.Comp.EntityToSpawn, coords.Offset(offset));
}

private void OnAfterInteract(Entity<FromTileCrafterComponent> ent, ref AfterInteractEvent args)
Expand Down

0 comments on commit dca1c92

Please sign in to comment.