geforkt von Mirrors/Velocity
Bug Fix #146
Dieser Commit ist enthalten in:
Ursprung
070631902a
Commit
f241023282
@ -23,7 +23,7 @@ public class VelocityCommandManager implements CommandManager {
|
|||||||
Preconditions.checkNotNull(command, "executor");
|
Preconditions.checkNotNull(command, "executor");
|
||||||
for (int i = 0, length = aliases.length; i < length; i++) {
|
for (int i = 0, length = aliases.length; i < length; i++) {
|
||||||
final String alias = aliases[i];
|
final String alias = aliases[i];
|
||||||
Preconditions.checkNotNull(aliases, "alias at index %s", i);
|
Preconditions.checkNotNull(alias, "alias at index %s", i);
|
||||||
this.commands.put(alias.toLowerCase(Locale.ENGLISH), command);
|
this.commands.put(alias.toLowerCase(Locale.ENGLISH), command);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren