Bug fix
This commit is contained in:
@@ -27,7 +27,7 @@ public final class AuthPacket extends OACPacket {
|
||||
File privateFolder = new File(certificatesFolder, "private");
|
||||
File privateCAFolder = new File(privateFolder, "ca");
|
||||
File privateServerFolder = new File(privateFolder, "server");
|
||||
// Registration Constructor
|
||||
|
||||
public AuthPacket() {
|
||||
super(4, ProtocolVersion.PV_1_0_0_BETA);
|
||||
}
|
||||
|
@@ -156,7 +156,6 @@ public final class Domain implements Serializable {
|
||||
|
||||
/**
|
||||
* Returns a string representation of the domain, including its protocol, subname, name, top-level name, path, query, and fragment.
|
||||
* @return a string representation of the domain.
|
||||
*/
|
||||
public static class DefaultDomains {
|
||||
public static final Domain DNS_INFO_SITE = new Domain("oac://about.oac/");
|
||||
|
Reference in New Issue
Block a user