From 8a99e0f624c2e7978b92973513abd6259f784885 Mon Sep 17 00:00:00 2001 From: bones_was_here Date: Tue, 6 Apr 2021 01:34:37 +1000 Subject: [PATCH] MOTD: call it a server instead of a host --- qcsrc/server/client.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/server/client.qc b/qcsrc/server/client.qc index 2a31be2a05..bed6dc6f85 100644 --- a/qcsrc/server/client.qc +++ b/qcsrc/server/client.qc @@ -1055,7 +1055,7 @@ string getwelcomemessage(entity this) modifications = substring(modifications, 2, strlen(modifications) - 2); string versionmessage = GetClientVersionMessage(this); - string s = strcat(versionmessage, "^8\n^8\nhost is ^9", autocvar_hostname, "^8\n"); + string s = strcat(versionmessage, "^8\n^8\nserver is ^9", autocvar_hostname, "^8\n"); s = strcat(s, "^8\nmatch type is ^1", gamemode_name, "^8\n"); -- 2.39.2