Forgot to remove this

This commit is contained in:
Etil
2021-12-21 22:47:29 +01:00
parent 961060f4de
commit 6ed6171d4c

View File

@@ -6,18 +6,6 @@ Subject: [PATCH] lithium: fast math
Original code by CaffeineMC, licensed under GNU Lesser General Public License v3.0
You can find the original code on https://github.com/CaffeineMC/lithium-fabric (Yarn mappings)
diff --git a/build.gradle.kts b/build.gradle.kts
index 092d6a87434cc4fe7d7cd012d65a8c013d6f58c1..b12d1edc18a49a9080863a706430848c76192941 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -41,6 +41,7 @@ dependencies {
implementation("org.ow2.asm:asm:9.2")
implementation("org.ow2.asm:asm-commons:9.2") // Paper - ASM event executor generation
implementation("org.apache.commons:commons-rng-core:1.4") // Yatopia
+ implementation("net.jafama:jafama:2.3.2") // Mirai
runtimeOnly("org.xerial:sqlite-jdbc:3.36.0.3")
runtimeOnly("mysql:mysql-connector-java:8.0.27")
runtimeOnly("com.lmax:disruptor:3.4.4") // Paper
diff --git a/src/main/java/com/destroystokyo/paper/PaperCommand.java b/src/main/java/com/destroystokyo/paper/PaperCommand.java
index c1e4336cf40d3bc36b9de84a3e09c06e39891f4d..12ae8537583795caace5da872e6eaf1ba422a70f 100644
--- a/src/main/java/com/destroystokyo/paper/PaperCommand.java