]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fixed semicolon
authorz411 <z411@omaera.org>
Tue, 3 Nov 2020 02:00:31 +0000 (23:00 -0300)
committerz411 <z411@omaera.org>
Tue, 3 Nov 2020 02:00:31 +0000 (23:00 -0300)
qcsrc/server/client.qc

index 22926d7b2af49ca64ccb3297f31d170f8484815c..05ecad2c39aac330b77cca0dd44d07bc3e7b4294 100644 (file)
@@ -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);