Format code [skip actions]

This commit is contained in:
github-actions
2023-09-17 02:57:38 +00:00
Unverified
parent fdad4218e7
commit 88315ec712
4 changed files with 7 additions and 4 deletions
@@ -65,7 +65,7 @@ public final class SpawnCommand implements CommandHandler {
rot.setZ(CommandHelpers.parseRelative(args.get(6), rot.getZ()));
} catch (NumberFormatException ignored) {
CommandHandler.sendMessage(
sender, translate(sender, "commands.execution.argument_error"));
sender, translate(sender, "commands.execution.argument_error"));
} // Fallthrough
case 4:
try {