Compare commits
2 Commits
9e032536f0
...
f0fc5a5901
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f0fc5a5901 | ||
![]() |
7aaa0699f9 |
@ -279,9 +279,11 @@ export class UserFun {
|
||||
if (k == 'wxcLv') val = gud.wxcLv.lv;
|
||||
else if (gud[k] != undefined) val = gud[k];
|
||||
|
||||
if (k == 'jjc_rank' && !gud.headFrames[conf.id] && val <= conf.cond[1]) {
|
||||
gud.headFrames[conf.id] = -1;
|
||||
change = true;
|
||||
if (k == 'jjc_rank') {
|
||||
if (!gud.headFrames[conf.id] && val <= conf.cond[1]) {
|
||||
gud.headFrames[conf.id] = -1;
|
||||
change = true;
|
||||
} else return
|
||||
} else if (!gud.headFrames[conf.id] && val >= conf.cond[1]) {
|
||||
gud.headFrames[conf.id] = -1;
|
||||
change = true;
|
||||
|
Loading…
Reference in New Issue
Block a user