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) {
|
||||
this.name = name;
|
||||
this.name = name.toLowerCase();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user