9
0
mirror of https://github.com/Winds-Studio/Leaf.git synced 2025-12-23 08:59:23 +00:00

[ci skip] Cleanup

This commit is contained in:
Dreeam
2025-06-06 01:28:17 +08:00
parent e788a93e17
commit 1d30370d7a
41 changed files with 29 additions and 79 deletions

View File

@@ -4,10 +4,11 @@ import io.papermc.paper.PaperBootstrap;
import joptsimple.OptionSet;
public class LeafBootstrap {
public static final boolean enableFMA = Boolean.parseBoolean(System.getProperty("Leaf.enableFMA", "false")); // Leaf - FMA feature
public static void boot(final OptionSet options) {
runPreBootTasks();
//runPreBootTasks();
PaperBootstrap.boot(options);
}