Skip to content

Commit 61b5f77

Browse files
committed
Fix version command in extension
1 parent c9c0ac3 commit 61b5f77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

bootstrap/geyser/src/main/java/com/rtm516/mcxboxbroadcast/bootstrap/geyser/MCXboxBroadcastExtension.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ public void onCommandDefine(GeyserDefineCommandsEvent event) {
102102
.description("Get the version of the extension.")
103103
.executor((source, command, args) -> {
104104
source.sendMessage("MCXboxBroadcast Extension " + BuildData.VERSION);
105-
});
105+
})
106+
.build());
106107
}
107108

108109
private void restart() {

0 commit comments

Comments
 (0)