From cce8091bafee13cab1af92ce79a3a51cdf7cd775 Mon Sep 17 00:00:00 2001 From: DeathByDenim Date: Sat, 23 Sep 2023 07:31:32 -0400 Subject: [PATCH] Fix typo in FTEQW help --- help_fteqw.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help_fteqw.html b/help_fteqw.html index 7be1544..9192fdd 100644 --- a/help_fteqw.html +++ b/help_fteqw.html @@ -8,7 +8,7 @@ game: fteqw

Connecting

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 LibreQuake.

-

However, if you connect to the game server directly, odamex will download the required assets automatically from the server.

+

However, if you connect to the game server directly, FTEQW will download the required assets automatically from the server.

From the terminal, type (on a single line):

fteqw-sdl2 +connect {{ site.content.play_domain_name }} +set com_gamename "" +set vid_fullscreen 2 +name "YourName"

Of course, substitute "YourName" with the in-game name you want.