forked from unfa/liblast
Fixed jetpack graphics synchronisation for real now
This commit is contained in:
parent
fd1fc90b35
commit
c562a84da1
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ remote func mouselook(rel):
|
|||
rpc_unreliable("mouselook_abs", camera.rotation.x, rotation.y)
|
||||
|
||||
func _physics_process(delta):
|
||||
if is_dead:
|
||||
if get_parent().name != "Players":
|
||||
return
|
||||
|
||||
check_floor_collision()
|
||||
|
|
Loading…
Reference in a new issue