Fixed forge not downloading from BMCL

This commit is contained in:
huangyuhui
2017-02-24 13:13:55 +08:00
parent 0bda79c0d5
commit c67caafdb4
9 changed files with 53 additions and 133 deletions

View File

@@ -153,6 +153,8 @@ public class LaunchingUIDaemon {
case DecompressingNatives:
message = "launch.state.decompressing_natives";
break;
case Done:
return;
}
MainFrame.INSTANCE.showMessage(C.i18n(message));
};