mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-10 17:57:37 +00:00
Fixed /<script>.js shortcut.
This commit is contained in:
parent
059f30808d
commit
a3fd9a18f7
@ -685,7 +685,7 @@ public class WorldEdit {
|
||||
String[] newSplit = new String[split.length + 1];
|
||||
System.arraycopy(split, 0, newSplit, 1, split.length);
|
||||
newSplit[0] = "cs";
|
||||
newSplit[1] = newSplit[1].substring(1);
|
||||
newSplit[1] = newSplit[1];
|
||||
split = newSplit;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user