diff --git a/stepmania/src/ScreenSelectMusic.cpp b/stepmania/src/ScreenSelectMusic.cpp index c5661ab4a0..4cef805874 100644 --- a/stepmania/src/ScreenSelectMusic.cpp +++ b/stepmania/src/ScreenSelectMusic.cpp @@ -192,7 +192,6 @@ void ScreenSelectMusic::BeginScreen() RageException::Throw( "The PlayMode has not been set. A theme must set the PlayMode before loading ScreenSelectMusic." ); OPTIONS_MENU_AVAILABLE.Load( m_sName, "OptionsMenuAvailable" ); - ActorUtil::LoadCommandFromName( *this, m_sName, "Mods", "" ); PlayCommand( "Mods" ); m_MusicWheel.BeginScreen();