mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-15 16:34:42 +00:00
commit
a3a57b1e4b
2 changed files with 5 additions and 0 deletions
|
|
@ -3134,7 +3134,11 @@ class ZoningOperations(
|
||||||
statisticsPacketFunc()
|
statisticsPacketFunc()
|
||||||
if (tplayer.ExoSuit == ExoSuitType.MAX) {
|
if (tplayer.ExoSuit == ExoSuitType.MAX) {
|
||||||
sendResponse(PlanetsideAttributeMessage(guid, 7, tplayer.Capacitor.toLong))
|
sendResponse(PlanetsideAttributeMessage(guid, 7, tplayer.Capacitor.toLong))
|
||||||
|
sendResponse(PlanetsideAttributeMessage(guid, 4, tplayer.Armor))
|
||||||
|
continent.AvatarEvents ! AvatarServiceMessage(continent.id, AvatarAction.PlanetsideAttributeToAll(guid, 4, tplayer.Armor))
|
||||||
}
|
}
|
||||||
|
// for issue #1269
|
||||||
|
continent.AllPlayers.filter(_.ExoSuit == ExoSuitType.MAX).foreach(max => sendResponse(PlanetsideAttributeMessage(max.GUID, 4, max.Armor)))
|
||||||
// AvatarAwardMessage
|
// AvatarAwardMessage
|
||||||
//populateAvatarAwardRibbonsFunc(1, 20L)
|
//populateAvatarAwardRibbonsFunc(1, 20L)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -318,6 +318,7 @@ class PersistenceMonitor(
|
||||||
}
|
}
|
||||||
kicked = true
|
kicked = true
|
||||||
kickTime = time.orElse(Some(300L))
|
kickTime = time.orElse(Some(300L))
|
||||||
|
PerformLogout()
|
||||||
|
|
||||||
case Logout(_) =>
|
case Logout(_) =>
|
||||||
kickTime match {
|
kickTime match {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue