WebHost: Re-Remove multidata race difference explanation, as it no longer exists.
This commit is contained in:
parent
8ccdb56bf1
commit
3f415b8265
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue