fix: a lot of networking bugs
This commit is contained in:
@@ -64,6 +64,8 @@ func _ready() -> void:
|
||||
|
||||
|
||||
func _physics_process(delta: float) -> void:
|
||||
if player and not player.multiplayer.is_server(): return
|
||||
|
||||
# Update coyote time
|
||||
if on_ground:
|
||||
coyote_timer = params.coyote_time
|
||||
|
||||
Reference in New Issue
Block a user