fix: implement PR suggestions
Some stylistic changes, and get hashes from the mod providers when building the metadata.
This commit is contained in:
parent
96e36f0604
commit
e17b6804a7
7 changed files with 20 additions and 12 deletions
|
@ -644,7 +644,7 @@ Application::Application(int &argc, char **argv) : QApplication(argc, argv)
|
|||
m_settings->registerSetting("MCLaunchMethod", "LauncherPart");
|
||||
|
||||
// Minecraft mods
|
||||
m_settings->registerSetting("DontUseModMetadata", false);
|
||||
m_settings->registerSetting("ModMetadataDisabled", false);
|
||||
|
||||
// Minecraft offline player name
|
||||
m_settings->registerSetting("LastOfflinePlayerName", "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue