mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-07 23:52:11 -07:00
Missed a comment
This commit is contained in:
@@ -53,6 +53,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ } else if (entity instanceof IInventory) {
|
+ } else if (entity instanceof IInventory) {
|
||||||
+ inventoryEntityCounts[i]--;
|
+ inventoryEntityCounts[i]--;
|
||||||
+ }
|
+ }
|
||||||
|
+ // PaperSpigot end
|
||||||
// Spigot start - decrement creature type count
|
// Spigot start - decrement creature type count
|
||||||
// Keep this synced up with World.a(Class)
|
// Keep this synced up with World.a(Class)
|
||||||
if (entity instanceof EntityInsentient) {
|
if (entity instanceof EntityInsentient) {
|
||||||
|
Reference in New Issue
Block a user