Exemplo n.º 1
0
        public async void OnReloadRequestAsync()
        {
            SetConfigurationFilePaths();
            await FileChecker.CheckFiles();

            ReadConfigurationFiles();
            RegisterCustomCommands();
            RegisterCommands();
            SetupAnnouncer();
            SetupI18n();
        }
Exemplo n.º 2
0
        public async void OnReloadRequestAsync()
        {
            SetConfigurationFilePaths();
            await FileChecker.CheckFiles();

            ReadConfigurationFiles();
            RegisterCustomCommands();
            RegisterCommands();
            SetupI18n();
            WarpHandler.ReloadAll();
            KitHandler.ReloadAll();
        }