Skip to content

Commit

Permalink
1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oqyh authored Jan 20, 2024
1 parent 9f75c3b commit 07dd444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knife_round.cs
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ public HookResult OnRoundStart(EventRoundStart @event, GameEventInfo info)
{
Server.NextFrame(() =>
{
Server.ExecuteCommand($"sv_buy_status_override 3; mp_roundtime {Config.KnifeRoundTimer}; mp_roundtime_defuse {Config.KnifeRoundTimer}; mp_give_player_c4 0; mp_force_pick_time 999");
Server.ExecuteCommand($"sv_buy_status_override 3; mp_roundtime {Config.KnifeRoundTimer}; mp_roundtime_defuse {Config.KnifeRoundTimer}; mp_give_player_c4 0");
if(Config.AllowAllTalkOnKnifeRound)
{
Server.ExecuteCommand($"sv_alltalk true; sv_deadtalk true; sv_full_alltalk true; sv_talk_enemy_dead true; sv_talk_enemy_living true;");
Expand Down

0 comments on commit 07dd444

Please sign in to comment.