You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -3175,6 +3176,17 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Ser
17
+
import org.slf4j.Logger;
18
+
19
+
@@ -3201,6 +3202,17 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Ser
20
20
// Purpur end
21
21
}
22
22
SignChangeEvent event = new SignChangeEvent((org.bukkit.craftbukkit.block.CraftBlock) player.getWorld().getBlockAt(x, y, z), this.player.getBukkitEntity(), lines);
@@ -34,7 +34,7 @@ index 00779ca84c604885a6ea3741ca46db55a67d8510..34787745614afa5ec519326ce585dc9d
34
34
this.cserver.getPluginManager().callEvent(event);
35
35
36
36
if (!event.isCancelled()) {
37
-
@@ -3192,6 +3204,37 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Ser
37
+
@@ -3218,6 +3230,37 @@ public class ServerGamePacketListenerImpl implements ServerPlayerConnection, Ser
38
38
39
39
}
40
40
@@ -73,23 +73,23 @@ index 00779ca84c604885a6ea3741ca46db55a67d8510..34787745614afa5ec519326ce585dc9d
73
73
public void handleKeepAlive(ServerboundKeepAlivePacket packet) {
0 commit comments