diff options
author | Riley Park <[email protected]> | 2021-04-21 18:31:45 -0700 |
---|---|---|
committer | Riley Park <[email protected]> | 2021-04-21 18:31:45 -0700 |
commit | 6574d1aa824fe50d523d4f9b5f3f0ecc5e7760ad (patch) | |
tree | 5e2178f21d052d891e774d1cbbada88ad3c8c54b /Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch | |
parent | dbfa833ec5344f22a64c39df4ff94cfa986a6672 (diff) | |
download | Paper-6574d1aa824fe50d523d4f9b5f3f0ecc5e7760ad.tar.gz Paper-6574d1aa824fe50d523d4f9b5f3f0ecc5e7760ad.zip |
fix #5526 - use correct type when sending message to clients
Diffstat (limited to 'Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch')
-rw-r--r-- | Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch b/Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch index 6d8014f95c..67b2c6d89d 100644 --- a/Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch +++ b/Spigot-Server-Patches/0130-Properly-fix-item-duplication-bug.patch @@ -6,10 +6,10 @@ Subject: [PATCH] Properly fix item duplication bug Credit to prplz for figuring out the real issue diff --git a/src/main/java/net/minecraft/server/level/EntityPlayer.java b/src/main/java/net/minecraft/server/level/EntityPlayer.java -index fa315f10219dc340da4f51a8d4a78e1f33023bb3..afa87cf70ad978161853771c59f5a4906733cab3 100644 +index 4b9595f89c75b220fe70840a74e0aaa0276fa122..09385eabefeb7d59de1ce4138648badd123396f9 100644 --- a/src/main/java/net/minecraft/server/level/EntityPlayer.java +++ b/src/main/java/net/minecraft/server/level/EntityPlayer.java -@@ -2059,8 +2059,8 @@ public class EntityPlayer extends EntityHuman implements ICrafting { +@@ -2060,8 +2060,8 @@ public class EntityPlayer extends EntityHuman implements ICrafting { } @Override |