Update to Minecraft 1.8
For more information please see http://www.spigotmc.org/ By: Thinkofdeath <thinkofdeath@spigotmc.org>
This commit is contained in:
14
paper-server/nms-patches/Packet.patch
Normal file
14
paper-server/nms-patches/Packet.patch
Normal file
@@ -0,0 +1,14 @@
|
||||
--- ../work/decompile-bb26c12b/net/minecraft/server/Packet.java 2014-11-27 08:59:46.813421353 +1100
|
||||
+++ src/main/java/net/minecraft/server/Packet.java 2014-11-27 08:42:10.152850911 +1100
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
public interface Packet {
|
||||
|
||||
- void a(PacketDataSerializer packetdataserializer);
|
||||
+ void a(PacketDataSerializer packetdataserializer) throws java.io.IOException; // CraftBukkit - added throws
|
||||
|
||||
- void b(PacketDataSerializer packetdataserializer);
|
||||
+ void b(PacketDataSerializer packetdataserializer) throws java.io.IOException; // CraftBukkit - added throws
|
||||
|
||||
void a(PacketListener packetlistener);
|
||||
}
|
||||
Reference in New Issue
Block a user