mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-19 02:17:14 +00:00
NOISSUE Use patch problems and problem levels instead of exceptions for minecraft profiles.
This commit is contained in:
@@ -169,6 +169,7 @@ void MinecraftVersion::applyTo(MinecraftProfile *profile)
|
||||
profile->applyMinecraftArguments(" ${auth_player_name} ${auth_session}"); // all builtin versions are legacy
|
||||
profile->applyMinecraftVersionType(m_type);
|
||||
profile->applyTraits(m_traits);
|
||||
profile->applyProblemSeverity(m_problemSeverity);
|
||||
}
|
||||
|
||||
int MinecraftVersion::getOrder()
|
||||
|
||||
Reference in New Issue
Block a user