UGH
This commit is contained in:
parent
a0d918483e
commit
3f01261828
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user