inline
This commit is contained in:
parent
7cf9e7d2de
commit
5d4e9e4021
@ -78,8 +78,7 @@ public final class Keyring {
|
||||
private final @NotNull NamespacedKey key;
|
||||
|
||||
AntiVillagerLag(@NotNull String avlKey) {
|
||||
avlKey = avlKey.toLowerCase();
|
||||
this.key = new NamespacedKey(Space.AntiVillagerLag.namespace(), avlKey);
|
||||
this.key = new NamespacedKey(Space.AntiVillagerLag.namespace(), avlKey.toLowerCase());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user