We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f4090d commit 9bb641dCopy full SHA for 9bb641d
1 file changed
TerrariaServerAPI/TerrariaApi.Server/PacketTypes.cs
@@ -145,8 +145,8 @@ public enum PacketTypes
145
SyncItemsWithShimmer = 145,
146
ShimmerActions = 146,
147
SyncLoadout = 147,
148
- SyncItemCannotBeTakenByEnemies = 148,
149
- TEDeadCellsDisplayJar = 149,
+ SyncItemCannotBeTakenByEnemies = 148,
+ TEDeadCellsDisplayJar = 149,
150
SpectatePlayer = 150,
151
SyncItemDespawn = 151,
152
ItemUseSound = 152,
@@ -158,8 +158,8 @@ public enum PacketTypes
158
ExtraSpawnSectionLoaded = 158,
159
RequestSection = 159,
160
SyncItemPosition = 160,
161
- HostToken = 161
162
-
+ HostToken = 161,
+
163
// Mobile version packets
164
ServerInfo = 162,
165
PlayerPlatformInfo = 163
0 commit comments