Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Fixed jetpack graphics synchronisation for real now
Browse files Browse the repository at this point in the history
  • Loading branch information
CombustibleLemonade committed Apr 7, 2021
1 parent fd1fc90 commit c562a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Game/Classes/Player/Player.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit c562a84

Please sign in to comment.