Merge pull request #994 from Fate-JH/awards-off

Turn off Awards
This commit is contained in:
Fate-JH 2022-05-08 22:35:07 -04:00 committed by GitHub
commit bfedba07d7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3164,7 +3164,7 @@ class SessionActor(middlewareActor: typed.ActorRef[MiddlewareActor.Command], con
sendResponse(PlanetsideAttributeMessage(guid, 7, tplayer.Capacitor.toLong)) sendResponse(PlanetsideAttributeMessage(guid, 7, tplayer.Capacitor.toLong))
} }
// AvatarAwardMessage // AvatarAwardMessage
populateAvatarAwardRibbonsFunc(1, 20L) //populateAvatarAwardRibbonsFunc(1, 20L)
sendResponse(PlanetsideStringAttributeMessage(guid, 0, "Outfit Name")) sendResponse(PlanetsideStringAttributeMessage(guid, 0, "Outfit Name"))
//squad stuff (loadouts, assignment) //squad stuff (loadouts, assignment)