✨ feat(pvp): 巅峰演武战区化
This commit is contained in:
@@ -13,7 +13,7 @@ import { setApiIsClose } from '../../../services/chatService';
|
||||
import { setPvpSeasonNum, setPvpSettleSeasonNum } from '../../../services/timeTaskService';
|
||||
import { setHiddenData } from '../../../services/dataService';
|
||||
import { setKvToMemory } from '../../../services/pushService';
|
||||
import { setGVGServerGroup } from '../../../services/gvg/gvgService';
|
||||
import { setServerGroup } from '../../../services/serverService';
|
||||
|
||||
export default function (app: Application) {
|
||||
new HandlerService(app, {});
|
||||
@@ -204,9 +204,9 @@ export class ConnectorRemote {
|
||||
}
|
||||
}
|
||||
|
||||
public async setGVGServerGroup() {
|
||||
public async setServerGroup() {
|
||||
try {
|
||||
return setGVGServerGroup();
|
||||
return setServerGroup();
|
||||
} catch(e) {
|
||||
errlogger.error(`remote ${__filename} \n ${e.stack}`);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user