From f0afed273fe382ffa73f662e61d4902a31df322e Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Sun, 5 Sep 2010 18:01:20 +0300 Subject: [PATCH] Remove more useless stuff --- data/qcsrc/server/constants.qh | 3 --- 1 file changed, 3 deletions(-) diff --git a/data/qcsrc/server/constants.qh b/data/qcsrc/server/constants.qh index cb7e654f..eb5403d7 100644 --- a/data/qcsrc/server/constants.qh +++ b/data/qcsrc/server/constants.qh @@ -133,9 +133,6 @@ vector PL_CROUCH_MAX = '16 16 25'; // Sajt - added these, just as constants. Not sure how you want them actually put in the game, but I just // did this so at least they worked -// NOTE: instagib IS NOT compatible with rocket-arena, so make sure to prevent selecting both in a menu -//float GAME_INSTAGIB = 1; /// everyone gets the nex gun with infinite ammo, and one shot kills -//float GAME_ROCKET_ARENA = 16; /// Everyone starts with a rocket launcher //float GAME_FULLBRIGHT_PLAYERS = 64; /// makes the players model fullbright //float GAME_TEAMS = 128; /// Teams, red/green/yellow/blue -- 2.39.2