diff --git a/scenes/main.gd b/scenes/main.gd index 64badf1..ab44746 100644 --- a/scenes/main.gd +++ b/scenes/main.gd @@ -199,8 +199,8 @@ func set_action_state(new_state): ActionState.PUTTING: local_player_character.highlight_occupied_playerboard_slots() # Make sure this is client-friendly - if not multiplayer.is_server(): - rpc_id(1, "notify_server_of_action_state", new_state) + #if not multiplayer.is_server(): + #rpc_id(1, "notify_server_of_action_state", new_state) ActionState.RANDOMIZING: local_player_character.highlight_random_valid_cells() ActionState.ARRANGING: