Implement Linkage for SpigotCore

This commit is contained in:
2025-10-03 13:39:19 +02:00
parent c7284dc7ab
commit 383604ec9f
10 changed files with 44 additions and 28 deletions
@@ -223,6 +223,7 @@ public class Subserver {
start(process.getInputStream(), line -> line.contains("Checkpoint restored"));
Thread.sleep(100);
} else {
sendProgress(0);
start(process.getInputStream(), line -> {
if (line.contains("Loading libraries, please wait"))
sendProgress(2);