Lowercase the name input.
This commit is contained in:
@@ -528,7 +528,7 @@ public class PlayerAuth {
|
||||
}
|
||||
|
||||
public Builder name(String name) {
|
||||
this.name = name;
|
||||
this.name = name.toLowerCase();
|
||||
return this;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user