mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-12-18 03:58:04 +00:00
experimental maps are not saved in saveStats
This commit is contained in:
@@ -894,6 +894,7 @@ EX void saveStats(bool emergency IS(false)) {
|
|||||||
if(hybri) return;
|
if(hybri) return;
|
||||||
if(daily::on) return;
|
if(daily::on) return;
|
||||||
if(peace::on) return;
|
if(peace::on) return;
|
||||||
|
if(experimental) return;
|
||||||
if(!gold()) return;
|
if(!gold()) return;
|
||||||
|
|
||||||
remove_emergency_save();
|
remove_emergency_save();
|
||||||
|
|||||||
Reference in New Issue
Block a user