mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 10:35:18 +01:00
style: Fixes typo in comment
This commit is contained in:
parent
2afdfaa082
commit
eaf96d51de
@ -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" +
|
||||
|
Loading…
Reference in New Issue
Block a user