Improves some variable names and adds some comments

This commit is contained in:
2021-09-20 18:22:20 +02:00
parent d24f35375a
commit 1e29db58b9
15 changed files with 310 additions and 210 deletions

View File

@ -29,7 +29,7 @@ public class CommandReload implements CommandExecutor {
if (commandSender instanceof Player) {
Player player = (Player) commandSender;
if (!player.hasPermission("stargate.reload")) {
Stargate.sendMessage(commandSender, "Permission Denied");
Stargate.sendErrorMessage(commandSender, "Permission Denied");
return true;
}
}