mirror of
https://github.com/essentials/Essentials.git
synced 2025-02-24 00:13:48 +01:00
add missing return false;
This commit is contained in:
parent
ba1cc19453
commit
836a4789d6
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user