Fixed minecart command kicking players, fixes #395
This commit is contained in:
parent
ceb10171c9
commit
a0b47d3741
@ -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 New Issue
Block a user