Give the default name group in p player groups

This commit is contained in:
Michel Roux 2012-05-10 14:50:44 +02:00
parent f1817a636d
commit 0ad58581d8
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ public class SimplyCommands implements CommandExecutor {
String player = split[2].toLowerCase();
if (!plugin.config.isPlayerInDB(player)) {
sender.sendMessage(ChatColor.GREEN + "Player " + ChatColor.WHITE + player + ChatColor.RED + " is in the default group.");
sender.sendMessage(ChatColor.GREEN + "Player " + ChatColor.WHITE + player + ChatColor.RED + " is in the " + plugin.config.getDefaultGroup() + " group.");
return true;
}