Skip to content

Commit

Permalink
Revert accidental formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
Chicken-Bones committed Jan 9, 2022
1 parent 081b5db commit 4907657
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions patches/tModLoader/Terraria/Item.cs.patch
Original file line number Diff line number Diff line change
Expand Up @@ -588,17 +588,6 @@
position = (position + item.position) / 2f;
velocity = (velocity + item.velocity) / 2f;
int num3 = item.stack;
@@ -46250,8 +_,8 @@
}

public static Rectangle GetDrawHitbox(int type, Player user) {
- if(Main.dedServ)
+ if (Main.dedServ)
- return Rectangle.Empty;
+ return Rectangle.Empty;

Main.instance.LoadItem(type);
if (ItemID.Sets.IsFood[type])
@@ -46290,6 +_,9 @@
if (Main.rand == null)
Main.rand = new UnifiedRandom();
Expand Down

0 comments on commit 4907657

Please sign in to comment.