]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/scores.qc
Add Terms of Service Popup and server-specific Terms of Service tab
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / scores.qc
index 7e1bfd1e560dc0b12f7286048aee1bd8c0b837d7..07c400f5d3bf31337449629435cfe5f1dc5949c7 100644 (file)
@@ -434,6 +434,7 @@ void WinningConditionHelper(entity this)
        s = strcat(s, ":P", ftos(cvar_purechanges_count));
        s = strcat(s, ":S", ftos(nJoinAllowed(this, NULL)));
        s = strcat(s, ":F", ftos(serverflags));
+       s = strcat(s, ":T", sv_termsofservice_url_escaped);
        s = strcat(s, ":M", modname);
        s = strcat(s, "::", GetPlayerScoreString(NULL, (fullstatus ? 1 : 2)));