mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-10-16 22:57:38 +00:00
modecode now ignores invalid geometries in the save
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user