mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-16 17:16:11 +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) {
|
||||
lookupNames.putIfAbsent("FastAsyncWorldEdit".toLowerCase(Locale.ENGLISH), this);
|
||||
lookupNames.putIfAbsent("WorldEdit".toLowerCase(Locale.ENGLISH), this);
|
||||
lookupNames.putIfAbsent("FastAsyncWorldEdit", this);
|
||||
lookupNames.putIfAbsent("WorldEdit", this);
|
||||
rename();
|
||||
}
|
||||
setEnabled(true);
|
||||
|
Loading…
Reference in New Issue
Block a user