Skip to content

Commit

Permalink
Once again, bulk renaming gone wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Aug 19, 2024
1 parent f5af10d commit d99ea7a
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions patches/server/0022-Parallel-world-ticking.patch
Original file line number Diff line number Diff line change
Expand Up @@ -1703,16 +1703,3 @@ index 8b78f0e8b1de1a6a2506e686be9d71ced72352dd..ce608ca9640cdea0fe690ef610213558

fun init(configFile: File) {
// Write default config if the file doesn't exist
diff --git a/src/test/java/io/papermc/paper/adventure/AdventureCodecsTest.java b/src/test/java/io/papermc/paper/adventure/AdventureCodecsTest.java
index 69b3aa957161e75d6344e437a8b4a4533ef00523..4b6252c9403dba1f2443ebbec4fa8fd29ba154cf 100644
--- a/src/test/java/io/papermc/paper/adventure/AdventureCodecsTest.java
+++ b/src/test/java/io/papermc/paper/adventure/AdventureCodecsTest.java
@@ -6,7 +6,7 @@ import com.mojang.serialization.DataResult;
import com.mojang.serialization.DynamicOps;
import com.mojang.serialization.JavaOps;
import com.mojang.serialization.JsonOps;
-import io.papermc.paper.util.MethodParameterSource;
+import ca.spottedleaf.moonrise.common.util.MethodParameterSource;
import java.io.IOException;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;

0 comments on commit d99ea7a

Please sign in to comment.