update
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user