diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f39708c..416ca00 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,7 @@ jobs: 📦Version: `${{ env.mcversion }}` | Commit ${{ env.commit_id }} [![download](https://img.shields.io/github/downloads/LuminolMC/${{ env.project_id }}/${{ env.tag }}/total?color=red&style=flat-square)](https://github.com/LuminolMC/${{ env.project_id }}/releases/download/${{ env.tag }}/${{ env.jar }}) This release is automatically compiled by GitHub Actions ### Branch Info - ${{ github.ref_name }} + > ${{ github.ref_name }} ### Commit Message ${{ env.commit_msg }} artifacts: ${{ env.jar_dir }} diff --git a/lophine-server/minecraft-patches/features/0021-Leaves-Leaves-Fakeplayer.patch b/lophine-server/minecraft-patches/features/0021-Leaves-Leaves-Fakeplayer.patch index ef3fc23..ae17104 100644 --- a/lophine-server/minecraft-patches/features/0021-Leaves-Leaves-Fakeplayer.patch +++ b/lophine-server/minecraft-patches/features/0021-Leaves-Leaves-Fakeplayer.patch @@ -33,7 +33,7 @@ index 66ec0424a46dcd49cf44467357d80b1a2d84d3b2..04ae8de63af0a8abe578f14c8ef85fd4 private DisconnectionDetails disconnectionDetails; private boolean encrypted; diff --git a/net/minecraft/server/MinecraftServer.java b/net/minecraft/server/MinecraftServer.java -index 0b7c014114f1f8648824fe7c9b75fde3ea79162a..55d3b9a612943fda29716b9e7969b82e43947669 100644 +index 0b7c014114f1f8648824fe7c9b75fde3ea79162a..384b121df8bfc72b21b607e8fa4ae90efcc6f3e8 100644 --- a/net/minecraft/server/MinecraftServer.java +++ b/net/minecraft/server/MinecraftServer.java @@ -348,6 +348,8 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop S spin(Function threadFunction) { ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry.init(); // Paper - rewrite data converter system AtomicReference atomicReference = new AtomicReference<>(); -@@ -1066,6 +1068,7 @@ public abstract class MinecraftServer extends ReentrantBlockableEventLoop