Skip to content

Commit b0b2482

Browse files
committed
Slight rephrase
1 parent 4235abb commit b0b2482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/com/cheatbreaker/api/commands/CBMessage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
3333
CheatBreakerAPI.getInstance().sendNotification(player, new CBNotification(message, Long.parseInt(args[0]), TimeUnit.SECONDS));
3434
}
3535

36-
sender.sendMessage(ChatColor.GREEN + "Successfully sent Cheatbreaker message.");
36+
sender.sendMessage(ChatColor.GREEN + "Successfully sent a CheatBreaker message.");
3737

3838
return false;
3939
}

src/main/java/com/cheatbreaker/api/commands/CBTitle.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public boolean onCommand(CommandSender sender, Command command, String label, St
2828
CheatBreakerAPI.getInstance().sendTitle(player, TitleType.TITLE, ChatColor.translateAlternateColorCodes('&', message), Duration.ofSeconds(Long.parseLong(args[0])), Duration.ofSeconds(Long.parseLong(args[1])), Duration.ofSeconds(Long.parseLong(args[2])), 1.0F);
2929
}
3030

31-
sender.sendMessage(ChatColor.GREEN + "Successfully sent CheatBreaker title.");
31+
sender.sendMessage(ChatColor.GREEN + "Successfully sent a CheatBreaker title.");
3232

3333
return false;
3434
} else {

0 commit comments

Comments
 (0)