add missing return false;

This commit is contained in:
Necrodoom 2013-02-12 16:47:39 +02:00
parent fcfa3ce31d
commit 1d0c2f75dc

View file

@ -1263,6 +1263,7 @@ public class GroupManager extends JavaPlugin {
// Validating permission
if (!auxUser.getVariables().hasVar(args[1])) {
sender.sendMessage(ChatColor.RED + "The user doesn't have directly that variable!");
return false;
}
// Seems OK
auxUser.getVariables().removeVar(args[1]);