]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
MOTD: call it a server instead of a host
authorbones_was_here <bones_was_here@xa.org.au>
Mon, 5 Apr 2021 15:34:37 +0000 (01:34 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Mon, 5 Apr 2021 15:34:37 +0000 (01:34 +1000)
qcsrc/server/client.qc

index 2a31be2a05c3b61fbb85b081bd0dd9052df43878..bed6dc6f85cdb2da0eecfc334846a81caae632aa 100644 (file)
@@ -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");