Skip to content

Commit

Permalink
disable tickets as default
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Apr 17, 2024
1 parent 01ea864 commit 05b06a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Tickets_Init() {

bind_pcvar_num(
create_cvar(
"redm_tickets", "150",
"redm_tickets", "0",
.has_min = true, .min_val = 0.0,
.flags = _FCVAR_INTEGER,
.description = "Number of times a team can ^n\
Expand Down

0 comments on commit 05b06a8

Please sign in to comment.