From 9e019cbbd6ae599df0d197aabb7d20f31f3408b0 Mon Sep 17 00:00:00 2001 From: z411 Date: Mon, 2 Nov 2020 23:00:31 -0300 Subject: [PATCH] Fixed semicolon --- 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 22926d7b2..05ecad2c3 100644 --- a/qcsrc/server/client.qc +++ b/qcsrc/server/client.qc @@ -1070,7 +1070,7 @@ string getwelcomemessage(entity this) //string versionmessage = GetClientVersionMessage(this); //string s = strcat(versionmessage, "^8\n^9", (autocvar_hostname_full ? autocvar_hostname_full : autocvar_hostname)); - string s = (autocvar_hostname_full ? autocvar_hostname_full : autocvar_hostname)); + string s = (autocvar_hostname_full ? autocvar_hostname_full : autocvar_hostname); s = strcat(s, "^8\n^7", gamemode_name); -- 2.39.2