Compare commits
No commits in common. "4596fb537c06ee87146e89691cefe4a1ebf4f709" and "d8a47e85b27ec278457251ac2927bc415d1e687a" have entirely different histories.
4596fb537c
...
d8a47e85b2
@ -305,11 +305,8 @@ export class UserFun {
|
||||
gud.headFrames[conf.id] += val * v;
|
||||
}
|
||||
}
|
||||
else if(conf?.cond?.[0] == "jjc_rank") {
|
||||
change = true;
|
||||
gud.headFrames[conf.id] = -1;
|
||||
}
|
||||
}
|
||||
|
||||
if (change) {
|
||||
PlayerFun.changeAttr(uid, {headFrames: gud.headFrames});
|
||||
G.server.sendMsgByUid(uid, 'msg_s2c/PlayerChange', {headFrames: gud.headFrames});
|
||||
|
Loading…
Reference in New Issue
Block a user