Update PaperBrigadierListener.java
This commit is contained in:
parent
20087b357f
commit
08242519dd
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ class PaperBrigadierListener<C> implements Listener {
|
||||||
));
|
));
|
||||||
if (SET_RAW != null) {
|
if (SET_RAW != null) {
|
||||||
try {
|
try {
|
||||||
SET_RAW.invoke(true);
|
SET_RAW.invoke(event, true);
|
||||||
} catch (final ReflectiveOperationException ex) {
|
} catch (final ReflectiveOperationException ex) {
|
||||||
throw new RuntimeException(ex);
|
throw new RuntimeException(ex);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue