Allows For Creation Of Limited Accounts (via DBS)

This commit is contained in:
James Quinley
2022-03-12 13:31:41 -08:00
parent 09ea12a35a
commit 730728260b
2 changed files with 132 additions and 25 deletions

View File

@ -1,4 +1,7 @@
package com.jamesquinley;
import com.jamesquinley.DelegationServices.status;
/**
Hey there! This is the source code for AOTSK-Delegation Server, self explanitory.
Also this is multi line so I can justify using this type of comment.
@ -7,6 +10,7 @@ public class init
{
public static void main( String[] args )
{
com.jamesquinley.DelegationServices.delegationServices.connectionInit(status.betaServer);
com.jamesquinley.DelegationServices.delegationServices.Purge();
System.out.println( "We're starting the login delegation server, please wait one moment while we check a few things.");
com.jamesquinley.DelegationServices.delegationTimer.trigger();