mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
do not save arb tilings
This commit is contained in:
parent
ce2d8d3d29
commit
70910539b3
@ -909,6 +909,7 @@ EX void saveStats(bool emergency IS(false)) {
|
||||
if(randomPatternsMode) return;
|
||||
if(dual::state) return;
|
||||
if(arcm::in()) return;
|
||||
if(arb::in()) return;
|
||||
if(hybri) return;
|
||||
if(daily::on) return;
|
||||
if(peace::on) return;
|
||||
|
Loading…
Reference in New Issue
Block a user