mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-16 08:55:18 +00:00
velocity does not matter
This commit is contained in:
parent
31deab544a
commit
89fd26f901
1 changed files with 0 additions and 1 deletions
|
|
@ -2131,7 +2131,6 @@ class AvatarActor(
|
||||||
//setup character
|
//setup character
|
||||||
val avatar = AvatarActor.toAvatar(a)
|
val avatar = AvatarActor.toAvatar(a)
|
||||||
val player = new Player(avatar)
|
val player = new Player(avatar)
|
||||||
player.Velocity = Some(Vector3(-3,-3,0))
|
|
||||||
val zoneNum = saveOpt
|
val zoneNum = saveOpt
|
||||||
.collect {
|
.collect {
|
||||||
case persistence.Savedplayer(_, _, _, _, _, zoneNum, _, _, exosuitNum, loadout) =>
|
case persistence.Savedplayer(_, _, _, _, _, zoneNum, _, _, exosuitNum, loadout) =>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue