✨ feat(pvp): 巅峰演武战区化
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Application, ChannelService, HandlerService, } from 'pinus';
|
||||
import { setHiddenData } from '../../../services/dataService';
|
||||
import { setGVGServerGroup } from '../../../services/gvg/gvgService';
|
||||
import { setServerGroup } from '../../../services/serverService';
|
||||
import { errlogger } from '../../../util/logger';
|
||||
|
||||
export default function (app: Application) {
|
||||
@@ -37,9 +37,9 @@ export class GMRemote {
|
||||
}
|
||||
}
|
||||
|
||||
public async setGVGServerGroup() {
|
||||
public async setServerGroup() {
|
||||
try {
|
||||
await setGVGServerGroup();
|
||||
await setServerGroup();
|
||||
} catch(e) {
|
||||
errlogger.error(`remote ${__filename} \n ${e.stack}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user