From: bones_was_here Date: Mon, 5 Apr 2021 15:34:37 +0000 (+1000) Subject: MOTD: call it a server instead of a host X-Git-Tag: xonotic-v0.8.5~405^2~19^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=8a99e0f624c2e7978b92973513abd6259f784885;p=xonotic%2Fxonotic-data.pk3dir.git MOTD: call it a server instead of a host --- 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");