From 1ef672aee41863f7da402585fbb1c847b1b1f7b5 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 25 Jan 2018 23:25:35 +0100 Subject: [PATCH] ignore old Terracotta from PTM scores --- system.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/system.cpp b/system.cpp index 83d815c6..1b52ca1f 100644 --- a/system.cpp +++ b/system.cpp @@ -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); }