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
f74da61fa5
commit
4d3a3a390f
|
|
@ -3134,6 +3134,7 @@ 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))
|
||||||
}
|
}
|
||||||
// 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…
Reference in a new issue