merge rebase resolutions

This commit is contained in:
FateJH 2020-07-14 17:52:19 -04:00
parent 811c7b09b5
commit 2054586a0d
2 changed files with 1 additions and 4 deletions

View file

@ -3807,9 +3807,6 @@ class SessionActor extends Actor with MDCContextAware {
//log.info(s"$msg")
persist()
turnCounterFunc(avatar_guid)
if(is_crouching && !player.Crouching) {
//sendResponse(PlanetsideAttributeMessage(player.GUID, 54, 2))
}
val isMoving = WorldEntity.isMoving(vel)
val isMovingPlus = isMoving || is_jumping || jump_thrust
if (isMovingPlus) {

View file

@ -355,7 +355,7 @@ class Player(var avatar: Avatar)
afk = away
AwayFromKeyboard
}
def Aura : Set[AuraEffect.Value] = aura
def AddEffectToAura(effect : AuraEffect.Value) : Set[AuraEffect.Value] = {