public PacChatServer() { instance = this; new ServerSettings(); protocolProvider = new ProtocolProvider(); SessionRegistry = new SessionRegistry(); Mongo.StartService(); ProfileCache.StartService(); CommandManager.StartService(); RegisterCommand(); Sticker.StartService(); StartNetworkService(); }