This commit is contained in:
2026-03-06 04:06:15 +08:00
parent 14331c222e
commit edd5051106
4 changed files with 16 additions and 19 deletions
-2
View File
@@ -107,7 +107,6 @@ func sync_boost_level(level: int):
print("[PowerUp] Difficulty synced: Level %d (Fill Time: %.1fs)" % [current_level, FILL_TIMES[level_idx]])
# =============================================================================
# Getters
# =============================================================================
@@ -221,4 +220,3 @@ func add_goal_completion_reward():
if multiplayer.is_server() and player.has_method("can_rpc") and player.can_rpc():
rpc("sync_boost_level", current_level)