typo
This commit is contained in:
@@ -342,7 +342,7 @@ void PlayerOptions::FromString( CString sOptions, bool bWarnOnInvalid )
|
|||||||
{
|
{
|
||||||
CString sWarning = ssprintf( "The options string '%s' contains an invalid mod name '%s'", sOptions.c_str(), sBit.c_str() );
|
CString sWarning = ssprintf( "The options string '%s' contains an invalid mod name '%s'", sOptions.c_str(), sBit.c_str() );
|
||||||
LOG->Warn( "%s", sWarning.c_str() );
|
LOG->Warn( "%s", sWarning.c_str() );
|
||||||
Dialog::OK( sWarning, "INVALID_PLAYER_OPTION_WANRING" );
|
Dialog::OK( sWarning, "INVALID_PLAYER_OPTION_WARNING" );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user