Bungee fix and misc shit

This commit is contained in:
Catfoolyou
2025-06-06 13:28:03 -04:00
parent 00ecd5b850
commit 957cdd50f3
28 changed files with 100 additions and 0 deletions

View File

@@ -133,6 +133,7 @@ public class InitialHandler extends PacketHandler implements PendingConnection {
if(!un.equals(un.replaceAll("[^A-Za-z0-9\\-_]", "_").trim())) {
System.err.println("Potentially invalid unicode username detected");
// this.disconnect("Go fuck yourself");
this.disconnect("Security flaw");
// return;
}
if (BungeeCord.getInstance().tokenVerify.isEmpty()) {