mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-07-05 06:56:40 +00:00
Remove ACF
This commit is contained in:
@ -4,7 +4,6 @@ import me.totalfreedom.data.*;
|
||||
|
||||
public class Registration
|
||||
{
|
||||
private final CommandRegistry commandRegistry;
|
||||
private final EventRegistry eventRegistry;
|
||||
private final UserRegistry userRegistry;
|
||||
private final ServiceRegistry serviceRegistry;
|
||||
@ -13,7 +12,6 @@ public class Registration
|
||||
|
||||
public Registration()
|
||||
{
|
||||
this.commandRegistry = new CommandRegistry();
|
||||
this.eventRegistry = new EventRegistry();
|
||||
this.userRegistry = new UserRegistry();
|
||||
this.serviceRegistry = new ServiceRegistry();
|
||||
@ -26,11 +24,6 @@ public class Registration
|
||||
return moduleRegistry;
|
||||
}
|
||||
|
||||
public CommandRegistry getCommandRegistry()
|
||||
{
|
||||
return commandRegistry;
|
||||
}
|
||||
|
||||
public EventRegistry getEventRegistry()
|
||||
{
|
||||
return eventRegistry;
|
||||
|
Reference in New Issue
Block a user