mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +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(score != 0
|
||||
&& !(land == laOcean && verless(ver, "8.0f"))
|
||||
&& !(land == laTerracotta && verless(ver, "10.3e"))
|
||||
) tactic::record(l2, score, xc);
|
||||
anticheat::nextid(tactic::id, ver, cert);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user