mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-10 20:50:01 +01:00
Lowercase the name input.
This commit is contained in:
parent
ececba2858
commit
e02af46d65
@ -528,7 +528,7 @@ public class PlayerAuth {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public Builder name(String name) {
|
public Builder name(String name) {
|
||||||
this.name = name;
|
this.name = name.toLowerCase();
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user