diff --git a/src/menu/coop_menu.rs b/src/menu/coop_menu.rs index 0f15012..cbe9f2c 100644 --- a/src/menu/coop_menu.rs +++ b/src/menu/coop_menu.rs @@ -144,10 +144,6 @@ impl PlayerCountMenu { MenuSelectionResult::Selected(SkinMenuEntry::Skin, _) => { state.player2_skin_location.offset += 2; - if state.player2_skin_location.texture_index == 1 && state.player2_skin_location.offset == 2 { - state.player2_skin_location.offset += 2; - } - let current_skin_spritesheet_name = state.constants.player_skin_paths[state.player2_skin_location.texture_index as usize].as_str();