Skip to content

Commit 6c23f7a

Browse files
authored
Update PaperBrigadierListener.java
1 parent 3622473 commit 6c23f7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cloud-minecraft/cloud-paper/src/main/java/cloud/commandframework/paper/PaperBrigadierListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public void onCommandRegister(
123123
));
124124
if (SET_RAW != null) {
125125
try {
126-
SET_RAW.invoke(true);
126+
SET_RAW.invoke(event, true);
127127
} catch (final ReflectiveOperationException ex) {
128128
throw new RuntimeException(ex);
129129
}

0 commit comments

Comments
 (0)