mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
max armor reminder, log kicked player
This commit is contained in:
parent
93f528d4d9
commit
cc398af229
|
|
@ -3162,6 +3162,7 @@ class ZoningOperations(
|
|||
statisticsPacketFunc()
|
||||
if (tplayer.ExoSuit == ExoSuitType.MAX) {
|
||||
sendResponse(PlanetsideAttributeMessage(guid, 7, tplayer.Capacitor.toLong))
|
||||
sendResponse(PlanetsideAttributeMessage(guid, 4, tplayer.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