1
0
mirror of synced 2025-01-31 20:15:24 +01:00

fix nuke story

This commit is contained in:
ghkkk090 2022-07-20 08:47:54 +07:00
parent 5c32b127d5
commit 83756b2f81

View File

@ -20,7 +20,6 @@ export default class GameModule extends Module {
switch (body.gameMode) {
case wm.wm.protobuf.GameMode.MODE_STORY:
{
console.log(body);
if (!(body.retired)) {
let maxConsecutiveWins = car!.stConsecutiveWinsMax;
if (maxConsecutiveWins < body.stResult!.stConsecutiveWins!) {