From 48c15ce2970ff72fc8508fd3bd90d8ab371fdca0 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Fri, 30 Nov 2018 20:30:03 +0100 Subject: [PATCH] modecode now ignores invalid geometries in the save --- yendor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yendor.cpp b/yendor.cpp index be392900..6de33ef4 100644 --- a/yendor.cpp +++ b/yendor.cpp @@ -903,7 +903,7 @@ int modecodetable[42][6] = { int modecode() { #if CAP_SAVE - if(anticheat::tampered || cheater) return 6; + if(anticheat::tampered || cheater || geometry >= gGUARD) return 6; #endif // compute the old code