1
0
mirror of synced 2024-12-04 19:17:58 +01:00
This commit is contained in:
Rin 2022-07-18 14:56:25 +01:00
parent a0d918483e
commit 3f01261828

View File

@ -25,7 +25,7 @@ export default class GameModule extends Module {
}
let divcount = body.stResult?.stClearDivCount;
let saveEx: any = {};
if (divcount !== null && divcount !== undefined) {
if (divcount !== null && divcount !== undefined && divcount !== 0) {
console.log(body.stResult?.stClearDivCount);
saveEx.stClearDivCount = divcount;
} else {