Skip to content

Commit 9bb641d

Browse files
authored
Apply suggestions from code review
1 parent 8f4090d commit 9bb641d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

TerrariaServerAPI/TerrariaApi.Server/PacketTypes.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,8 @@ public enum PacketTypes
145145
SyncItemsWithShimmer = 145,
146146
ShimmerActions = 146,
147147
SyncLoadout = 147,
148-
SyncItemCannotBeTakenByEnemies = 148,
149-
TEDeadCellsDisplayJar = 149,
148+
SyncItemCannotBeTakenByEnemies = 148,
149+
TEDeadCellsDisplayJar = 149,
150150
SpectatePlayer = 150,
151151
SyncItemDespawn = 151,
152152
ItemUseSound = 152,
@@ -158,8 +158,8 @@ public enum PacketTypes
158158
ExtraSpawnSectionLoaded = 158,
159159
RequestSection = 159,
160160
SyncItemPosition = 160,
161-
HostToken = 161
162-
161+
HostToken = 161,
162+
163163
// Mobile version packets
164164
ServerInfo = 162,
165165
PlayerPlatformInfo = 163

0 commit comments

Comments
 (0)