mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-06 06:37:28 +02:00
@@ -2223,7 +2223,7 @@ public class GroupManager extends JavaPlugin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (match.isEmpty() || match == null) {
|
if (match.isEmpty()) {
|
||||||
sender.sendMessage(ChatColor.RED + "Player not found!");
|
sender.sendMessage(ChatColor.RED + "Player not found!");
|
||||||
return null;
|
return null;
|
||||||
} else if (match.size() > 1) {
|
} else if (match.size() > 1) {
|
||||||
|
Reference in New Issue
Block a user