mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-11 01:32:57 +00:00
Implemented service dependencies
Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
@@ -20,7 +20,6 @@ import com.google.inject.AbstractModule;
|
||||
import com.google.inject.Module;
|
||||
import com.l2jserver.db.dao.DAOModuleMySQL5;
|
||||
import com.l2jserver.model.id.factory.IDFactoryModule;
|
||||
import com.l2jserver.routines.GameServerInitializationRoutine;
|
||||
import com.l2jserver.service.ServiceModule;
|
||||
|
||||
/**
|
||||
@@ -34,8 +33,5 @@ public class GameServerModule extends AbstractModule {
|
||||
install(new ServiceModule());
|
||||
install(new IDFactoryModule());
|
||||
install(new DAOModuleMySQL5());
|
||||
|
||||
// routines
|
||||
bind(GameServerInitializationRoutine.class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user