Removed class left over from testing

This commit is contained in:
Benjamin Elsdon 2022-04-21 23:00:36 +08:00
parent 1969d38e06
commit 2c509237a5
1 changed files with 0 additions and 5 deletions

View File

@ -515,9 +515,4 @@ public final class DispatchServer {
this.Base64 = b64;
}
}
public static class UserConnnectionData {
public InetAddress dispatchConnectedAddress;
public String connectedRegion;
}
}