geforkt von Mirrors/FastAsyncWorldEdit
Removed redundant code.
Dieser Commit ist enthalten in:
Ursprung
c7dff09f11
Commit
d8288afe04
@ -31,14 +31,6 @@ public class CommandContext {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public CommandContext(String[] args) {
|
public CommandContext(String[] args) {
|
||||||
ArrayList<String> splitArgs = new ArrayList<String>();
|
|
||||||
for (String arg : args) {
|
|
||||||
if (!arg.equals(null) && !arg.equals("")) {
|
|
||||||
splitArgs.add(arg);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
args = splitArgs.toArray(new String[0]);
|
|
||||||
|
|
||||||
int i = 1;
|
int i = 1;
|
||||||
for (; i < args.length; i++) {
|
for (; i < args.length; i++) {
|
||||||
if (args[i].length() == 0) {
|
if (args[i].length() == 0) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren