Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
uRyanxD committed Apr 19, 2023
1 parent 7c11421 commit 703e851
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Subject: [PATCH] Kick the player who performs a creative action and is not in


diff --git a/src/main/java/net/minecraft/server/PlayerConnection.java b/src/main/java/net/minecraft/server/PlayerConnection.java
index 3904c77141ec3b778dc6cc2fd256961b7598ab31..87742e6a4019bef3e64ef450eff03af7c20c6e93 100644
index 23bd5d11f8b909817855f593adc51d3ca5d9f976..8223e2363a92b9e96198188cc4cafe5fb4c8556e 100644
--- a/src/main/java/net/minecraft/server/PlayerConnection.java
+++ b/src/main/java/net/minecraft/server/PlayerConnection.java
@@ -1875,6 +1875,10 @@ public class PlayerConnection implements PacketListenerPlayIn, IUpdatePlayerList
Expand Down

0 comments on commit 703e851

Please sign in to comment.