mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Also register case sensitive
This commit is contained in:
parent
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user