Skip to content

Commit

Permalink
Pascalpex is happy now OwO
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreeam-qwq committed Jul 11, 2024
1 parent 0f6df00 commit 54be93d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions patches/server/0032-Leaves-Xaero-Map-Protocol.patch
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,16 @@ index ec6fd416786e4a38ed797819138fbdc83348541d..c159340c3d7d90601bb69a4e1b997e37
}
diff --git a/src/main/java/org/leavesmc/leaves/protocol/XaeroMapProtocol.java b/src/main/java/org/leavesmc/leaves/protocol/XaeroMapProtocol.java
new file mode 100644
index 0000000000000000000000000000000000000000..288cf51c0f492d3d6ae43430a4ebca2c251bc267
index 0000000000000000000000000000000000000000..9e35dfaf8bb5511b4cd0a71175d7ecb6d835042f
--- /dev/null
+++ b/src/main/java/org/leavesmc/leaves/protocol/XaeroMapProtocol.java
@@ -0,0 +1,42 @@
@@ -0,0 +1,41 @@
+package org.leavesmc.leaves.protocol;
+
+import net.minecraft.resources.ResourceLocation;
+import net.minecraft.server.level.ServerPlayer;
+import org.jetbrains.annotations.Contract;
+import org.jetbrains.annotations.NotNull;
+import org.leavesmc.leaves.org.dreeam.leaf.config.modules.network.ProtocolSupport;
+import org.leavesmc.leaves.protocol.core.LeavesProtocol;
+import org.leavesmc.leaves.protocol.core.ProtocolUtils;
+
Expand Down

0 comments on commit 54be93d

Please sign in to comment.