mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-15 07:05:53 +01:00
Fixes #728
This commit is contained in:
parent
89c0a2cd2f
commit
f2b592a9e1
@ -23,7 +23,7 @@ public class CommandBrush implements Brush {
|
||||
private final String command;
|
||||
|
||||
public CommandBrush(String command, double radius) {
|
||||
this.command = command;
|
||||
this.command = command.charAt(0) == '/' ? "/" + command : command;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user