Skip to content

Commit c9b716b

Browse files
committed
Disable Daily oos check
1 parent e88d0ad commit c9b716b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gamestate/system_state.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ struct cheat_data_s {
417417
bool instant_army = false;
418418
bool instant_industry = false;
419419
std::vector<dcon::nation_id> instant_research_nations;
420-
bool daily_oos_check = true;
420+
bool daily_oos_check = false;
421421
bool province_names = false;
422422

423423
bool ecodump = false;

0 commit comments

Comments
 (0)