Missing Override annotation for version command

This commit is contained in:
Konicai 2023-09-04 21:18:25 -04:00
parent acd53a4519
commit 12928f103b
No known key found for this signature in database
GPG Key ID: 710D09287708C823
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public class VersionCommand extends GeyserCommand {
this.geyser = geyser;
}
@Override
public void execute(CommandContext<GeyserCommandSource> context) {
GeyserCommandSource source = context.getSender();