mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-05 07:01:45 +01:00
LivingEntity
This commit is contained in:
parent
a3bd0b2bbb
commit
9aa5f1a955
File diff suppressed because it is too large
Load Diff
@ -1,14 +1,5 @@
|
||||
--- a/net/minecraft/world/entity/TamableAnimal.java
|
||||
+++ b/net/minecraft/world/entity/TamableAnimal.java
|
||||
@@ -57,7 +_,7 @@
|
||||
compound.putUUID("Owner", this.getOwnerUUID());
|
||||
}
|
||||
|
||||
- compound.putBoolean("Sitting", this.orderedToSit);
|
||||
+ compound.putBoolean("Sitting", this.orderedToSit);f
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -84,7 +_,7 @@
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user