mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
correct the wording of the server init failure message
This commit is contained in:
parent
ad042134b1
commit
9babdbdf79
1 changed files with 1 additions and 1 deletions
|
@ -1981,5 +1981,5 @@ SV_Init (void)
|
|||
if (sv.state == ss_dead)
|
||||
Cmd_ExecuteString ("map start", src_command);
|
||||
if (sv.state == ss_dead)
|
||||
SV_Error ("Couldn't spawn a server");
|
||||
SV_Error ("Could not initialize server");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue