geforkt von Mirrors/FastAsyncWorldEdit
Also register case sensitive
Dieser Commit ist enthalten in:
Ursprung
60699f915d
Commit
29a364865d
@ -130,6 +130,8 @@ public class WorldEditPlugin extends JavaPlugin implements TabCompleter {
|
|||||||
if (lookupNames != null) {
|
if (lookupNames != null) {
|
||||||
lookupNames.putIfAbsent("FastAsyncWorldEdit".toLowerCase(Locale.ENGLISH), this);
|
lookupNames.putIfAbsent("FastAsyncWorldEdit".toLowerCase(Locale.ENGLISH), this);
|
||||||
lookupNames.putIfAbsent("WorldEdit".toLowerCase(Locale.ENGLISH), this);
|
lookupNames.putIfAbsent("WorldEdit".toLowerCase(Locale.ENGLISH), this);
|
||||||
|
lookupNames.putIfAbsent("FastAsyncWorldEdit", this);
|
||||||
|
lookupNames.putIfAbsent("WorldEdit", this);
|
||||||
rename();
|
rename();
|
||||||
}
|
}
|
||||||
setEnabled(true);
|
setEnabled(true);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren