mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-12 06:55:10 +00:00
Revert "Bundling Amenity Information (Again)" (#506)
This commit is contained in:
parent
8174a3351c
commit
3003c8d490
1 changed files with 1 additions and 3 deletions
|
|
@ -3554,13 +3554,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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue