Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeZer2 committed Nov 10, 2024
1 parent 8099fbb commit 92b1bfb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ private void OnMapInit(Entity<ItemToggleBlockingDamageComponent> ent, ref MapIni

OnDecreaseBlock(ent, blockingComponent);
}

private void OnToggleItem(Entity<ItemToggleBlockingDamageComponent> ent, ref ItemToggledEvent args)
{
if (!TryComp<BlockingComponent>(ent.Owner, out var blockingComponent))
Expand Down

0 comments on commit 92b1bfb

Please sign in to comment.