WebHost: Re-Remove multidata race difference explanation, as it no longer exists.

This commit is contained in:
Fabian Dill 2021-10-14 19:41:23 +02:00
parent 8ccdb56bf1
commit 3f415b8265
1 changed files with 5 additions and 4 deletions

View File

@ -19,13 +19,14 @@
</p>
<p>
{% if race -%}
This game will be generated in race mode, meaning the spoiler log will be unavailable,
roms will be encrypted, and single-player games will have no multidata files.
This game will be generated in race mode,
meaning the spoiler log will be unavailable and game specific protections will be in place,
like ROM encryption or cheat mode removal.
{%- else -%}
If you would like to generate a race game,
<a href="{{ url_for("generate", race=True) }}">click here.</a><br />
Race games are generated without a spoiler log, the ROMs are encrypted, and single-player games
will not include a multidata file.
Race games are generated without a spoiler log and game specific protections will be in place,
like ROM encryption or cheat mode removal.
{%- endif -%}
</p>
<div id="generate-game-form-wrapper">