Skip to content

Commit ab07fa6

Browse files
committed
System Touch
1 parent 0ead934 commit ab07fa6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

source/Main.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ public Main()
136136
NITRO.BRIDGE.CONNECTION_STATUS = new ConnectionStatusServer(CONNECTION_STATUS_SERVER_HOST, NITRO.CURRENT_CONNECTIONS, NITRO.PORT);
137137

138138
if (NitroWebExpressConfig.isEnabled("MODULE_INSTALLATION"))
139-
NITRO.BRIDGE.MODULE_INSTALLER_SERVICE = new ModuleInstallationService(MODULE_INSTALLER_SERVICE_HOST);
139+
NITRO.BRIDGE.MODULE_INSTALLER_SERVICE = new NitroWebExpress.Aspect.ModuleInstallationService(MODULE_INSTALLER_SERVICE_HOST);
140140

141141
if (NitroWebExpressConfig.isEnabled("ASCII_CREATOR"))
142142
NITRO.BRIDGE.ASCII_CREATOR_SERVER = new NitroWebExpress.Aspect.ASCIICreatorServer(ASCII_CREATOR_SERVER_HOST);
143143

144144
if (NitroWebExpressConfig.isEnabled("MODULE_LOADER_DAEMON"))
145-
NITRO.BRIDGE.MODULE_LOADER_DAEMON = new ModuleInstallationService(MODULE_LOADER_DAEMON_HOST);
145+
NITRO.BRIDGE.MODULE_LOADER_DAEMON = new ModuleLoaderDaemon(MODULE_LOADER_DAEMON_HOST);
146146

147147
if (NitroWebExpressConfig.isEnabled("COMMUNICATOR"))
148148
NITRO.BRIDGE.COMMUNICATOR = new Communicator(COMMUNICATOR_HOST);
@@ -154,7 +154,7 @@ public Main()
154154
NITRO.BRIDGE.WEATHER_SERVER = new WeatherServer(WEATHER_SERVER_HOST);
155155

156156
if (NitroWebExpressConfig.isEnabled("ANTIVIRUS"))
157-
new antivirus.AntivirusScanner(NitroWebExpressConfig.antivirusSchedule(), NitroWebExpressConfig.antivirusScanPath()).start();
157+
new antivirus.AntivirusScanner().start();
158158

159159
NITRO.BRIDGE.MYSQL_COMPONENT = new MySQLComponent();
160160

0 commit comments

Comments
 (0)