mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
@@ -0,0 +1,22 @@
|
||||
--- /home/matt/mc-dev-private//net/minecraft/server/PacketHandshakingInSetProtocol.java 2015-02-26 22:40:22.903608136 +0000
|
||||
+++ src/main/java/net/minecraft/server/PacketHandshakingInSetProtocol.java 2015-02-26 22:40:22.903608136 +0000
|
||||
@@ -5,8 +5,8 @@
|
||||
public class PacketHandshakingInSetProtocol implements Packet<PacketHandshakingInListener> {
|
||||
|
||||
private int a;
|
||||
- private String b;
|
||||
- private int c;
|
||||
+ public String b; // CraftBukkit - public
|
||||
+ public int c; // CraftBukkit - public
|
||||
private EnumProtocol d;
|
||||
|
||||
public PacketHandshakingInSetProtocol() {}
|
||||
@@ -36,8 +36,4 @@
|
||||
public int b() {
|
||||
return this.a;
|
||||
}
|
||||
-
|
||||
- public void a(PacketListener packetlistener) {
|
||||
- this.a((PacketHandshakingInListener) packetlistener);
|
||||
- }
|
||||
}
|
Reference in New Issue
Block a user