mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
same for csr
This commit is contained in:
parent
c4d164e3fb
commit
fa9dc8e8f0
|
|
@ -524,6 +524,10 @@ class GeneralLogic(val ops: GeneralOperations, implicit val context: ActorContex
|
|||
if (avatar.lookingForSquad) {
|
||||
avatarActor ! AvatarActor.SetLookingForSquad(false)
|
||||
}
|
||||
case GenericAction.MaxEnableAutoRun =>
|
||||
player.maxAutoRunEnabled = true
|
||||
case GenericAction.MaxDisableAutoRun =>
|
||||
player.maxAutoRunEnabled = false
|
||||
case _ =>
|
||||
log.warn(s"GenericActionMessage: ${player.Name} can't handle $action")
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue