Fixes #728
This commit is contained in:
parent
89c0a2cd2f
commit
f2b592a9e1
@ -23,7 +23,7 @@ public class CommandBrush implements Brush {
|
|||||||
private final String command;
|
private final String command;
|
||||||
|
|
||||||
public CommandBrush(String command, double radius) {
|
public CommandBrush(String command, double radius) {
|
||||||
this.command = command;
|
this.command = command.charAt(0) == '/' ? "/" + command : command;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user