X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fdefs.qh;h=a7cd80136676b4ad3a9362776c6065c8c7d6dfaf;hp=d580a30d505ba4c57c7768d2113ba7aace0420e0;hb=6b188d663fd973615bd71b58cfd2d7b1b2df0ca9;hpb=565a9526738602d1e62040b4406dc9412aaeb9ef;ds=sidebyside diff --git a/qcsrc/server/defs.qh b/qcsrc/server/defs.qh index d580a30d50..a7cd801366 100644 --- a/qcsrc/server/defs.qh +++ b/qcsrc/server/defs.qh @@ -239,9 +239,9 @@ float game_completion_ratio; // 0 at start, 1 near end .float winning; .float jointime; // time of joining .float alivetime; // time of being alive +.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;