style: Fixes typo in comment

This commit is contained in:
Christian Koop 2023-10-24 01:29:40 +02:00
parent 2afdfaa082
commit eaf96d51de
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

View File

@ -99,7 +99,7 @@ public abstract class SongodaPlugin extends JavaPlugin {
CommandSender console = Bukkit.getConsoleSender();
// Check plugin access, don't load plugin if user don't have access
// Check plugin access, don't load the plugin if the user doesn't have access
if (CraftaroProductVerification.getOwnProductVerificationStatus() != ProductVerificationStatus.VERIFIED) {
console.sendMessage("\n" +
ChatColor.RED + "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n" +