We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a0030 commit cbac938Copy full SHA for cbac938
src/main/java/io/mcdocker/launcher/Core.java
@@ -54,7 +54,7 @@ public static void main(String[] args) throws IOException {
54
Folders.USER_DATA.mkdirs();
55
Config.getConfig().init();
56
AccountsManager.getInstance().init();
57
-// PluginManager.getManager().registerPlugins(); do this
+// PluginManager.getManager().registerPlugins();
58
59
if(firstTime) {
60
firstTime();
0 commit comments