]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Added credits
authorz411 <z411@omaera.org>
Wed, 13 Oct 2021 00:55:34 +0000 (21:55 -0300)
committerz411 <z411@omaera.org>
Wed, 13 Oct 2021 00:55:34 +0000 (21:55 -0300)
qcsrc/server/client.qc

index 8d5526deefea57c8deaf0e19de8b85284c53ca7b..d3a27116ffa0ed15ac73939e24b9e4541305c9fd 100644 (file)
@@ -1104,6 +1104,9 @@ string getwelcomemessage(entity this)
        if (motd != "") {
                s = strcat(s, "\n\n^7", strreplace("\\n", "\n", motd));
        }
+       
+       // It's been a work, I want some credit for a while. Might remove later.
+       s = strcat(s, "\n\nUsing BaI mod by z411 - bienvenidoainternet.org");
        return s;
 }