mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
Merge pull request #1286 from ScrawnyRonnie/master
Time (to update the server)
This commit is contained in:
commit
53ba130ec7
|
|
@ -292,7 +292,7 @@ class ZoningOperations(
|
||||||
continent.VehicleEvents ! Service.Join(continentId)
|
continent.VehicleEvents ! Service.Join(continentId)
|
||||||
continent.VehicleEvents ! Service.Join(factionChannel)
|
continent.VehicleEvents ! Service.Join(factionChannel)
|
||||||
if (sessionLogic.connectionState != 100) configZone(continent)
|
if (sessionLogic.connectionState != 100) configZone(continent)
|
||||||
sendResponse(TimeOfDayMessage(1191182336))
|
sendResponse(TimeOfDayMessage(1135214592))
|
||||||
//custom
|
//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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue