using -lands option no longer enforces cheat mode

This commit is contained in:
Zeno Rogue 2023-12-17 17:42:47 +01:00
parent 8c57e8b746
commit 73884482aa
1 changed files with 0 additions and 1 deletions

View File

@ -812,7 +812,6 @@ int read_cheat_args() {
}
else if(argis("-lands")) {
PHASEFROM(2);
cheat();
stop_game();
shift(); land_structure = (eLandStructure) (argi());
}