None.
This commit is contained in:
parent
6a797b375b
commit
04fc9765a5
@ -297,7 +297,7 @@ public class CmdExecutor implements CommandExecutor {
|
||||
"actions.");
|
||||
}
|
||||
} else if (args[0].equalsIgnoreCase("reload")) {
|
||||
if (player.hasPermission("herobrine.reload")) {
|
||||
if (player.hasPermission("herobrine.reload")) {
|
||||
P_Core.getConfigDB().Reload();
|
||||
player.sendMessage(ChatColor.RED + "[Herobrine] Herobrine configuration file reloaded.");
|
||||
} else {
|
||||
@ -536,7 +536,7 @@ public class CmdExecutor implements CommandExecutor {
|
||||
} else if (args[0].equalsIgnoreCase("cancel")) {
|
||||
P_Core.getAICore().cancelTarget(Core.CoreType.ANY);
|
||||
log.info(ChatColor.RED + "[Herobrine] The current Herobrine victim has been saved.");
|
||||
} else if (args[0].equalsIgnoreCase("reload")) {
|
||||
} else if (args[0].equalsIgnoreCase("reload")) {
|
||||
P_Core.getConfigDB().Reload();
|
||||
log.info("[Herobrine] Herobrine configuration file reloaded.");
|
||||
} else if (args[0].equalsIgnoreCase("help")) {
|
||||
|
Reference in New Issue
Block a user