From: terencehill Date: Fri, 8 Mar 2013 21:04:13 +0000 (+0100) Subject: Remove old PREVENT_JOIN_TEXT X-Git-Tag: xonotic-v0.7.0~73^2^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=521e43a20d83cec37fa824bc713da435214d7b8c;p=xonotic%2Fxonotic-data.pk3dir.git Remove old PREVENT_JOIN_TEXT --- diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index 592683a3c..7f7e3b457 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -245,7 +245,6 @@ float game_completion_ratio; // 0 at start, 1 near end .float motd_actived_time; // used for both motd and campaign_message float nJoinAllowed(entity ignore); -#define PREVENT_JOIN_TEXT "^1You may not join the game at this time.\n\nThe player limit reached maximum capacity." .float spawnshieldtime;