mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
commit
a3a57b1e4b
|
|
@ -3134,7 +3134,11 @@ class ZoningOperations(
|
|||
statisticsPacketFunc()
|
||||
if (tplayer.ExoSuit == ExoSuitType.MAX) {
|
||||
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
|
||||
//populateAvatarAwardRibbonsFunc(1, 20L)
|
||||
|
||||
|
|
|
|||
|
|
@ -318,6 +318,7 @@ class PersistenceMonitor(
|
|||
}
|
||||
kicked = true
|
||||
kickTime = time.orElse(Some(300L))
|
||||
PerformLogout()
|
||||
|
||||
case Logout(_) =>
|
||||
kickTime match {
|
||||
|
|
|
|||
Loading…
Reference in a new issue