mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-29 11:42:55 +01:00
Move a bug fix from Spigot to CraftBukkit
This commit is contained in:
parent
ab309d78c6
commit
7aaa833438
1 changed files with 10 additions and 0 deletions
10
nms-patches/NBTTagList.patch
Normal file
10
nms-patches/NBTTagList.patch
Normal file
|
@ -0,0 +1,10 @@
|
|||
--- /home/matt/mc-dev-private//net/minecraft/server/NBTTagList.java 2015-04-16 22:20:21.171362490 +0100
|
||||
+++ src/main/java/net/minecraft/server/NBTTagList.java 2015-04-16 22:20:21.191362490 +0100
|
||||
@@ -40,6 +40,7 @@
|
||||
nbtreadlimiter.a(8L);
|
||||
this.type = datainput.readByte();
|
||||
int j = datainput.readInt();
|
||||
+ nbtreadlimiter.a(j * 8); // CraftBukkit
|
||||
|
||||
this.list = Lists.newArrayList();
|
||||
|
Loading…
Reference in a new issue