File tree Expand file tree Collapse file tree
TerrariaServerAPI/TerrariaApi.Server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -145,18 +145,22 @@ public enum PacketTypes
145145 SyncItemsWithShimmer = 145 ,
146146 ShimmerActions = 146 ,
147147 SyncLoadout = 147 ,
148- SyncItemCannotBeTakenByEnemies = 148 ,
149- TEDeadCellsDisplayJar = 149 ,
150- Spectating = 150 ,
151- ItemAirTurn = 151 ,
148+ SyncItemCannotBeTakenByEnemies = 148 ,
149+ TEDeadCellsDisplayJar = 149 ,
150+ SpectatePlayer = 150 ,
151+ SyncItemDespawn = 151 ,
152152 ItemUseSound = 152 ,
153153 NpcHurtByDebuff = 153 ,
154154 Ping = 154 ,
155- ChestResize = 155 ,
156- LeashedEntityItem = 156 ,
157- PlayerTeamV2 = 157 , // Same as PlayerTeam(case 45) in source code
158- TeamSwapSpawn = 158 ,
155+ SyncChestSize = 155 ,
156+ TELeashedEntityAnchorPlaceItem = 156 ,
157+ TeamChangeFromUI = 157 ,
158+ ExtraSpawnSectionLoaded = 158 ,
159159 RequestSection = 159 ,
160- ItemPositionSync = 160 ,
160+ SyncItemPosition = 160 ,
161161 HostToken = 161
162+
163+ // Mobile version packets
164+ ServerInfo = 162 ,
165+ PlayerPlatformInfo = 163
162166}
You can’t perform that action at this time.
0 commit comments