🐞 fix(粮草先行): 退团后再重启会回到车上

This commit is contained in:
luying
2022-12-09 19:39:26 +08:00
parent e1ad02ba80
commit c352106a82
3 changed files with 21 additions and 4 deletions

View File

@@ -230,9 +230,9 @@ export class GuildActivityRemote {
}
}
public leaveRaceWhenDismiss(guildCode: string) {
public leaveRaceWhenDismiss(guildCode: string, serverId: number) {
try {
return leaveRaceWhenDismiss(guildCode);
return leaveRaceWhenDismiss(guildCode, serverId);
} catch(e) {
errlogger.error(`remote ${__filename} \n ${e.stack}`);
}