Skip to content

Commit ec7bc78

Browse files
committed
Fixed failure text
1 parent e934532 commit ec7bc78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/java/com/vltno/timeloop/commands/BaseCommands.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ private static int skip(CommandContext<CommandSourceStack> context) {
7171
LoopCommands.LOOP_COMMANDS_LOGGER.info("Loop skipped");
7272
return 1;
7373
}
74-
source.sendFailure(Component.literal("Loop already running!"));
74+
source.sendFailure(Component.literal("Loop not running"));
7575
return 0;
7676
}
7777

0 commit comments

Comments
 (0)