correct the wording of the server init failure message

This commit is contained in:
Bill Currie 2001-04-18 04:42:09 +00:00
parent ad042134b1
commit 9babdbdf79

View file

@ -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");
}