mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
ignore old Terracotta from PTM scores
This commit is contained in:
parent
0b7b24ff82
commit
1ef672aee4
@ -937,6 +937,7 @@ void loadsave() {
|
|||||||
if(tid == tactic::id && (anticheat::check(cert, ver, dnameof(l2), tc, t, ts, xc*unsigned(999)+ unsigned(tid) + 256 * score))) {
|
if(tid == tactic::id && (anticheat::check(cert, ver, dnameof(l2), tc, t, ts, xc*unsigned(999)+ unsigned(tid) + 256 * score))) {
|
||||||
if(score != 0
|
if(score != 0
|
||||||
&& !(land == laOcean && verless(ver, "8.0f"))
|
&& !(land == laOcean && verless(ver, "8.0f"))
|
||||||
|
&& !(land == laTerracotta && verless(ver, "10.3e"))
|
||||||
) tactic::record(l2, score, xc);
|
) tactic::record(l2, score, xc);
|
||||||
anticheat::nextid(tactic::id, ver, cert);
|
anticheat::nextid(tactic::id, ver, cert);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user