Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
yushijinhun committed Jul 2, 2022
1 parent 381ae45 commit 74b890f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
import moe.yushi.authlibinjector.transform.TransformUnit;

/**
* Hacks BungeeCord to allow non-ASCII characters in username.
* Hacks BungeeCord to allow special characters to occur in the username.
*
* Since <https://github.com/SpigotMC/BungeeCord/commit/3008d7ef2f50de7e3d38e76717df72dac7fe0da3>,
* BungeeCord allows only ASCII characters in username when online-mode is on.
* BungeeCord allows only certain characters to occur in the username when online-mode is on.
*/
public class BungeeCordAllowedCharactersTransformer implements TransformUnit {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ public void visitFieldInsn(int opcode, String owner, String name, String descrip

@Override
public String toString() {
return "Paper Username Checker Transformer";
return "Paper Username Check Transformer";
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ public void visitMethodInsn(int opcode, String owner, String name, String descri

@Override
public String toString() {
return "Username Character Checker Transformer";
return "Username Character Check Transformer";
}
}

0 comments on commit 74b890f

Please sign in to comment.