WebHost: correct some texts
This commit is contained in:
parent
82637ff072
commit
e0628ec6c9
|
@ -1448,7 +1448,8 @@ async def process_client_cmd(ctx: Context, client: Client, args: dict):
|
|||
return
|
||||
|
||||
target_item, target_player, flags = ctx.locations[client.slot][location]
|
||||
if create_as_hint: hints.extend(collect_hint_location_id(ctx, client.team, client.slot, location))
|
||||
if create_as_hint:
|
||||
hints.extend(collect_hint_location_id(ctx, client.team, client.slot, location))
|
||||
locs.append(NetworkItem(target_item, location, target_player, flags))
|
||||
notify_hints(ctx, client.team, hints)
|
||||
await ctx.send_msgs(client, [{'cmd': 'LocationInfo', 'locations': locs}])
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
which you can find via the <a href="{{ url_for("games") }}">supported games list</a>.
|
||||
</p>
|
||||
<p>
|
||||
Note: this website will always generate games using the current release version of Archipelago,
|
||||
currently v{{ version }}.
|
||||
Note: This website will always generate games using the current release version of Archipelago,
|
||||
currently {{ version }}.
|
||||
</p>
|
||||
<p>
|
||||
{% if race -%}
|
||||
|
|
|
@ -19,10 +19,6 @@
|
|||
host the game here. This will also provide a tracker, and the ability for your players to download
|
||||
their patch files.
|
||||
</p>
|
||||
<p>
|
||||
Note: this website will only host games generated using the current release version of Archipelago,
|
||||
currently v{{ version }}.
|
||||
</p>
|
||||
<p>In addition to the zip file created by the generator, you may upload a multidata file here as well.</p>
|
||||
<div id="host-game-form-wrapper">
|
||||
<form id="host-game-form" method="post" enctype="multipart/form-data">
|
||||
|
|
Loading…
Reference in New Issue