mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 03:30:02 +00:00
Convert ChatComponent to its nms value
This commit is contained in:
parent
cbe1a09ded
commit
f43ccb67d2
1 changed files with 2 additions and 0 deletions
|
@ -811,6 +811,8 @@ public class ReflectionManager {
|
|||
return Optional.empty();
|
||||
else
|
||||
return Optional.of(val);
|
||||
} else if (val instanceof WrappedChatComponent) {
|
||||
return Optional.of(((WrappedChatComponent) val).getHandle());
|
||||
}
|
||||
} else if (value instanceof Vector3F) {
|
||||
Vector3F angle = (Vector3F) value;
|
||||
|
|
Loading…
Reference in a new issue