Allows For Creation Of Limited Accounts (via DBS)
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user