mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-25 01:23:36 +00:00
max armor reminder, log kicked player
This commit is contained in:
parent
93f528d4d9
commit
cc398af229
2 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue