Use name given to command block instead of "@". Fixes BUKKIT-3803
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
@@ -29,7 +29,7 @@ public class CraftBlockCommandSender extends ServerCommandSender implements Bloc
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return "@";
|
||||
return commandBlock.getName();
|
||||
}
|
||||
|
||||
public boolean isOp() {
|
||||
|
||||
Reference in New Issue
Block a user