Creates Basic Fnet Profile On Account Creation.

This commit is contained in:
James Quinley
2022-03-19 00:15:18 -07:00
parent a41a8435d3
commit ac8996490b
3 changed files with 27 additions and 3 deletions

View File

@ -15,6 +15,6 @@ public class init
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();
System.out.println("We've started everything, requests are now being served");
com.jamesquinley.testing.splitFNet.splitNet();
}
}