Skip to content

Commit

Permalink
Revert "PacketTypes.TileKill -> PacketTypes.PlaceChest"
Browse files Browse the repository at this point in the history
This reverts commit d8c7be1.
  • Loading branch information
hakusaro committed Dec 14, 2017
1 parent c37f12c commit da8fded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TerrariaServerAPI/TerrariaApi.Server/PacketTypes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public enum PacketTypes
ChestGetContents = 31,
ChestItem = 32,
ChestOpen = 33,
PlaceChest = 34,
TileKill = 34,
EffectHeal = 35,
Zones = 36,
PasswordRequired = 37,
Expand Down

0 comments on commit da8fded

Please sign in to comment.