Skip to content

Commit

Permalink
Remove blank line patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Chicken-Bones committed Jan 16, 2022
1 parent d140627 commit ed7b942
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions patches/tModLoader/Terraria/MessageBuffer.cs.patch
Original file line number Diff line number Diff line change
Expand Up @@ -225,14 +225,6 @@
obj6.playerIndexTheItemIsReservedFor = Main.myPlayer;
if (flag9) {
NetMessage.TrySendData(21, -1, -1, null, num181);
@@ -1286,6 +_,7 @@
}
}

+
int num121 = -1;
NPC nPC4 = Main.npc[num116];
if (nPC4.active && Main.multiplayerNPCSmoothingRange > 0 && Vector2.DistanceSquared(nPC4.position, vector4) < 640000f)
@@ -1336,9 +_,13 @@
if (num119 == 245)
NPC.golemBoss = num116;
Expand Down

0 comments on commit ed7b942

Please sign in to comment.