mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Fix bad Git Merge
This commit is contained in:
parent
6506c290c8
commit
1f932434c2
1 changed files with 0 additions and 5 deletions
|
@ -397,11 +397,6 @@ public class GroupManager extends JavaPlugin {
|
|||
return true;
|
||||
}
|
||||
|
||||
if (sender.getClass().getName().equals("org.bukkit.craftbukkit.command.CraftBlockCommandSender")) {
|
||||
sender.sendMessage(ChatColor.RED + "GM Commands can not be called from CommandBlocks");
|
||||
return true;
|
||||
}
|
||||
|
||||
// DETERMINING PLAYER INFORMATION
|
||||
if (sender instanceof Player) {
|
||||
senderPlayer = (Player) sender;
|
||||
|
|
Loading…
Reference in a new issue