mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Fixed minecart command kicking players, fixes #395
This commit is contained in:
parent
ceb10171c9
commit
a0b47d3741
1 changed files with 2 additions and 0 deletions
|
@ -940,6 +940,8 @@ public class ReflectionManager {
|
|||
return getNmsEntityPose((EntityPose) value);
|
||||
} else if (value instanceof VillagerData) {
|
||||
return getNmsVillagerData((VillagerData) value);
|
||||
} else if (value instanceof WrappedChatComponent) {
|
||||
return ((WrappedChatComponent) value).getHandle();
|
||||
}
|
||||
|
||||
return value;
|
||||
|
|
Loading…
Reference in a new issue