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