Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Allowed the use of ; instead of | when specifying blocks.
Dieser Commit ist enthalten in:
Ursprung
9ce9ed3657
Commit
76d7a14016
@ -214,6 +214,7 @@ public class WorldEditListener extends PluginListener {
|
|||||||
throws UnknownItemException, DisallowedItemException {
|
throws UnknownItemException, DisallowedItemException {
|
||||||
BlockType blockType;
|
BlockType blockType;
|
||||||
arg = arg.replace("_", " ");
|
arg = arg.replace("_", " ");
|
||||||
|
arg = arg.replace(";", "|");
|
||||||
String[] args0 = arg.split("\\|");
|
String[] args0 = arg.split("\\|");
|
||||||
String[] args1 = args0[0].split(":", 2);
|
String[] args1 = args0[0].split(":", 2);
|
||||||
String testID = args1[0];
|
String testID = args1[0];
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren