fixed land_structure rich presence

This commit is contained in:
Zeno Rogue 2021-06-03 12:25:39 +02:00
parent 57c75c6cb8
commit f03968c9e5
1 changed files with 1 additions and 1 deletions

View File

@ -935,7 +935,7 @@ EX string get_rich_presence_text() {
if(geometry != gNormal || !BITRUNCATED)
res = res + full_geometry_name() + " ";
if(ls::any_chaos()) res += land_structure_name(false) + " "; // TODO
if(land_structure != default_land_structure()) res += land_structure_name(false) + " ";
if(shmup::on) res += "shmup ";
if(dual::state) res += "dual ";
if(randomPatternsMode) res += "random ";