mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-08 04:54:39 +00:00
somehow compiled despite this capitalization error
This commit is contained in:
parent
e5d5e65c7f
commit
5c4388c3c8
1 changed files with 1 additions and 1 deletions
|
|
@ -467,7 +467,7 @@ class AvatarHandlerLogic(val ops: SessionAvatarHandlers, implicit val context: A
|
|||
sessionLogic.actionsToCancel()
|
||||
sessionLogic.terminals.CancelAllProximityUnits()
|
||||
AvatarActor.savePlayerLocation(player)
|
||||
sessionLogic.zoning.spawn.shiftPosition = Some(player.Position)
|
||||
sessionLogic.zoning.spawn.ShiftPosition = Some(player.Position)
|
||||
|
||||
//respawn
|
||||
sessionLogic.zoning.spawn.reviveTimer.cancel()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue