mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-24 00:53:35 +00:00
tell me armor for any max
This commit is contained in:
parent
5b272949e0
commit
6bc1726198
1 changed files with 2 additions and 0 deletions
|
|
@ -3165,6 +3165,8 @@ class ZoningOperations(
|
|||
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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue