feat: update
This commit is contained in:
@@ -90,6 +90,9 @@ func _process(delta):
|
||||
if not is_active:
|
||||
return
|
||||
|
||||
if not multiplayer.has_multiplayer_peer() or multiplayer.multiplayer_peer == null:
|
||||
return
|
||||
|
||||
# Decrement timer locally for all peers (smoother HUD than waiting for RPC)
|
||||
phase_timer -= delta
|
||||
|
||||
|
||||
Reference in New Issue
Block a user