X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fserver%2Fteamplay.qc;h=51ad5edb93c16cc91250277f35b5bf4f0cc88690;hb=e435344ae1d6288dde08dc931f1e1b48547218ce;hp=d8bf72cd6b2a87bc27cc3700053716840c3bd8b3;hpb=98c503e4981ebcc2bec3ced7f700fb2b319f3274;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/server/teamplay.qc b/qcsrc/server/teamplay.qc index d8bf72cd6..51ad5edb9 100644 --- a/qcsrc/server/teamplay.qc +++ b/qcsrc/server/teamplay.qc @@ -87,7 +87,7 @@ void InitGameplayMode() string GetClientVersionMessage(entity this) { - if (this.version_mismatch) { + if (CS(this).version_mismatch) { if(this.version < autocvar_gameversion) { return strcat("This is Xonotic ", autocvar_g_xonoticversion, "\n^3Your client version is outdated.\n\n\n### YOU WON'T BE ABLE TO PLAY ON THIS SERVER ###\n\n\nPlease update!!!^8");