Use name given to command block instead of "@". Fixes BUKKIT-3803

This commit is contained in:
Travis Watkins 2013-03-17 20:18:11 -05:00
parent d802168cd5
commit 5df704bf5a

View File

@ -29,7 +29,7 @@ public class CraftBlockCommandSender extends ServerCommandSender implements Bloc
}
public String getName() {
return "@";
return commandBlock.getName();
}
public boolean isOp() {