13
0
geforkt von Mirrors/Paper

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

By: Travis Watkins <amaranth@ubuntu.com>
Dieser Commit ist enthalten in:
CraftBukkit/Spigot 2013-03-17 20:18:11 -05:00
Ursprung 002dd2b7cd
Commit 2cad34e872

Datei anzeigen

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