geforkt von Mirrors/Paper
Use name given to command block instead of "@". Fixes BUKKIT-3803
Dieser Commit ist enthalten in:
Ursprung
d802168cd5
Commit
5df704bf5a
@ -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() {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren