]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Remove old PREVENT_JOIN_TEXT
authorterencehill <piuntn@gmail.com>
Fri, 8 Mar 2013 21:04:13 +0000 (22:04 +0100)
committerterencehill <piuntn@gmail.com>
Fri, 8 Mar 2013 21:04:13 +0000 (22:04 +0100)
qcsrc/server/defs.qh

index 592683a3c73f1baa0c857c8bf0de79c1a5c51c46..7f7e3b4578c14192ac400d9a457b229acc64449b 100644 (file)
@@ -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;