fix unbalanced parenthesis
This commit is contained in:
parent
f3ddb3e58f
commit
fb9cab573e
1 changed files with 4 additions and 4 deletions
|
@ -921,15 +921,15 @@ class Player {
|
||||||
}
|
}
|
||||||
case "noise_disappearance01": //103500331
|
case "noise_disappearance01": //103500331
|
||||||
if(cur.Arg2) {
|
if(cur.Arg2) {
|
||||||
this.processTryRemoveChar(cur.Arg2, (Number(cur.Arg1) * 1000);
|
this.processTryRemoveChar(cur.Arg2, (Number(cur.Arg1) * 1000));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "noise_disappearance02": { //103500341
|
case "noise_disappearance02": { //103500341
|
||||||
if(cur.Arg2) {
|
if(cur.Arg2) {
|
||||||
this.processTryRemoveChar(cur.Arg2, (Number(cur.Arg1) * 1000);
|
this.processTryRemoveChar(cur.Arg2, (Number(cur.Arg1) * 1000));
|
||||||
}
|
}
|
||||||
if(cur.Arg3) {
|
if(cur.Arg3) {
|
||||||
this.processTryRemoveChar(cur.Arg2, (Number(cur.Arg1) * 1000);
|
this.processTryRemoveChar(cur.Arg2, (Number(cur.Arg1) * 1000));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
@ -1533,4 +1533,4 @@ class Player {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue