mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-08-27 20:48:54 +00:00
iris release commits
This commit is contained in:
+1
-1
@@ -325,7 +325,7 @@ public final class IrisModdedCommands {
|
||||
return 0;
|
||||
}
|
||||
String target = downloadDisplayTarget(request);
|
||||
String downloadSource = request.pack() == null ? "direct ZIP URL" : "built-in beta release";
|
||||
String downloadSource = request.pack() == null ? "direct ZIP URL" : "built-in stable release";
|
||||
ModdedScheduler scheduler = ModdedEngineBootstrap.schedulerOrNull();
|
||||
if (scheduler == null) {
|
||||
fail(source, IrisLanguage.plain(
|
||||
|
||||
Reference in New Issue
Block a user