mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-16 18:38:35 +08:00
Format code [skip actions]
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user