autocheat allows increased sight

This commit is contained in:
Zeno Rogue 2018-04-18 20:53:52 +02:00
parent c33d2b3707
commit 274faaaf6e
1 changed files with 1 additions and 1 deletions

View File

@ -5209,7 +5209,7 @@ void drawFlashes() {
}
bool allowIncreasedSight() {
if(cheater) return true;
if(cheater || autocheat) return true;
if(peace::on) return true;
#if CAP_TOUR
if(tour::on) return true;