mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-16 08:55:16 +00:00
merge rebase resolutions
This commit is contained in:
parent
811c7b09b5
commit
2054586a0d
2 changed files with 1 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue