✨ feat(gvg): 定时器
This commit is contained in:
+4
-1
@@ -207,7 +207,10 @@ async function treatStartLogic(app: _pinus.Application) {
|
||||
setGVGServerGroup();
|
||||
}
|
||||
if(app.getServerType() == 'guild') {
|
||||
setGVGConfig().then(initTeamToMem);
|
||||
setGVGConfig();
|
||||
app.event.on('start_all', () => {
|
||||
initTeamToMem();
|
||||
});
|
||||
}
|
||||
|
||||
if(app.isMaster()) {
|
||||
|
||||
Reference in New Issue
Block a user