X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fscores.qc;h=1b20101d990d5b7a650b7a04d24e7490a5c63c31;hb=8e65359103b6cc20691d2e960e7025b9f804dafb;hp=e29d1723ba0aaa24abfaa124be7504695f80db9c;hpb=bea48396f95dbf1f957fe5763f99f3988892b660;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/scores.qc b/qcsrc/server/scores.qc index e29d1723b..1b20101d9 100644 --- a/qcsrc/server/scores.qc +++ b/qcsrc/server/scores.qc @@ -409,7 +409,7 @@ void WinningConditionHelper() s = GetGametype(); s = strcat(s, ":", autocvar_g_xonoticversion); s = strcat(s, ":P", ftos(cvar_purechanges_count)); - s = strcat(s, ":S", ftos(nJoinAllowed(world))); + s = strcat(s, ":S", ftos(nJoinAllowed(self, world))); s = strcat(s, ":F", ftos(serverflags)); s = strcat(s, ":M", modname); s = strcat(s, "::", GetPlayerScoreString(world, (fullstatus ? 1 : 2)));