Skip to content

Commit

Permalink
Disallow killbind in freeze tag
Browse files Browse the repository at this point in the history
  • Loading branch information
haxtonsale committed Jul 14, 2019
1 parent 76a87a7 commit db0c798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/instagib/rounds/freezetag.sp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ void SR_FreezeTag_Init()
sr.minscore = 322; // dynamic
sr.maxscore_multi = 0.0;
sr.points_per_kill = 0;
sr.allow_killbind = true;
sr.allow_killbind = false;
sr.announce_win = false;
sr.min_players = 6;
sr.ig_map_only = true;
Expand Down

0 comments on commit db0c798

Please sign in to comment.