Revert "Bundling Amenity Information (Again)"

This commit is contained in:
Mazo 2020-06-28 13:16:54 +01:00 committed by GitHub
parent d1e7d8f8e0
commit 2023e4d96e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3545,13 +3545,11 @@ class WorldSessionActor extends Actor
continent.VehicleEvents ! Service.Join(avatar.name) continent.VehicleEvents ! Service.Join(avatar.name)
continent.VehicleEvents ! Service.Join(continentId) continent.VehicleEvents ! Service.Join(continentId)
continent.VehicleEvents ! Service.Join(factionChannel) continent.VehicleEvents ! Service.Join(factionChannel)
//zone config
StartBundlingPackets()
if(connectionState != 100) configZone(continent) if(connectionState != 100) configZone(continent)
sendResponse(TimeOfDayMessage(1191182336)) sendResponse(TimeOfDayMessage(1191182336))
//custom
sendResponse(ReplicationStreamMessage(5, Some(6), Vector.empty)) //clear squad list sendResponse(ReplicationStreamMessage(5, Some(6), Vector.empty)) //clear squad list
sendResponse(PlanetsideAttributeMessage(PlanetSideGUID(0), 112, 0)) // disable festive backpacks sendResponse(PlanetsideAttributeMessage(PlanetSideGUID(0), 112, 0)) // disable festive backpacks
StopBundlingPackets()
//find and reclaim own deployables, if any //find and reclaim own deployables, if any
val guid = player.GUID val guid = player.GUID