mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-19 17:01:46 +00:00
Typo fix.
This commit is contained in:
parent
dc8e9422a2
commit
da4015d8d1
1 changed files with 1 additions and 1 deletions
|
@ -1772,7 +1772,7 @@ Host_Init (void)
|
|||
CL_UpdateScreen (realtime);
|
||||
CL_UpdateScreen (realtime);
|
||||
|
||||
if (connect_time == -1 {
|
||||
if (connect_time == -1) {
|
||||
Cbuf_AddText (cl_cbuf, "echo Type connect <internet address> or use a "
|
||||
"server browser to connect to a game.\n");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue