mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-03 11:06:08 +00:00
Use the class, not the interface
This code will be changed later, once Elgarl updates the gm branch to 1.4
This commit is contained in:
parent
1c25d317dd
commit
4d4779ecdc
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ public class GroupManager extends JavaPlugin {
|
|||
User senderUser = null;
|
||||
boolean isOpOverride = config.isOpOverride();
|
||||
|
||||
if (sender.getClass().getName().equals("org.bukkit.command.BlockCommandSender")) {
|
||||
if (sender.getClass().getName().equals("org.bukkit.craftbukkit.command.CraftBlockCommandSender")) {
|
||||
sender.sendMessage(ChatColor.RED + "GM Commands can not be called from CommandBlocks");
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue