Fix typo in FTEQW help

This commit is contained in:
DeathByDenim 2023-09-23 07:31:32 -04:00
parent 17d1f21cdc
commit cce8091baf
Signed by: DeathByDenim
GPG Key ID: 89185F675E0AB7D5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ game: fteqw
</ul>
<h2>Connecting</h2>
<p>While FTEQW does have a launcher, if requires that you have Quake assets available locally. It won't launch the game without it, which means you either need the original game data of open assets such as <a href="https://github.com/MissLavender-LQ/LibreQuake">LibreQuake</a>.</p>
<p>However, if you connect to the game server directly, odamex will download the required assets automatically from the server.</p>
<p>However, if you connect to the game server directly, FTEQW will download the required assets automatically from the server.</p>
<p>From the terminal, type (on a single line):</p>
<p><tt>fteqw-sdl2 +connect {{ site.content.play_domain_name }} +set com_gamename "" +set vid_fullscreen 2 +name "YourName"</tt></p>
<p>Of course, substitute &quot;YourName&quot; with the in-game name you want.</p>