mirror of
https://git.zelz.net/catfoolyou/Project164.git
synced 2025-12-15 22:27:41 +00:00
Bungee fix and misc shit
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user