mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-14 12:37:23 +00:00
NOISSUE fix all clang warnings
This commit is contained in:
@@ -150,7 +150,7 @@ bool MinecraftProfile::customize(int index)
|
||||
return true;
|
||||
}
|
||||
|
||||
bool MinecraftProfile::revert(int index)
|
||||
bool MinecraftProfile::revertToBase(int index)
|
||||
{
|
||||
auto patch = versionPatch(index);
|
||||
if (!patch->isRevertible())
|
||||
|
||||
Reference in New Issue
Block a user