Skip to content

Commit

Permalink
PacketTypes.TileKill -> PacketTypes.PlaceChest
Browse files Browse the repository at this point in the history
  • Loading branch information
hakusaro committed Dec 14, 2017
1 parent 2c25bb6 commit d8c7be1
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,
TileKill = 34,
PlaceChest = 34,
EffectHeal = 35,
Zones = 36,
PasswordRequired = 37,
Expand Down

0 comments on commit d8c7be1

Please sign in to comment.