Update PaperBrigadierListener.java

This commit is contained in:
Jason 2022-08-07 12:32:59 -07:00
parent 20087b357f
commit 08242519dd

View file

@ -123,7 +123,7 @@ class PaperBrigadierListener<C> implements Listener {
));
if (SET_RAW != null) {
try {
SET_RAW.invoke(true);
SET_RAW.invoke(event, true);
} catch (final ReflectiveOperationException ex) {
throw new RuntimeException(ex);
}