Skip to content

Commit

Permalink
fix: send player message to chat, too
Browse files Browse the repository at this point in the history
  • Loading branch information
derkalle4 committed Nov 23, 2024
1 parent 298bc91 commit fbfb4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RollTheDice+Commands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ public void CommandRollTheDice(CCSPlayerController player, CommandInfo command)
message = message.Replace($"{{{kvp.Key}}}", kvp.Value);
}
player.PrintToCenter(message);
player.PrintToChat(message);
}
// play sound
player.ExecuteClientCommand("play sounds/ui/coin_pickup_01.vsnd");
Expand Down

0 comments on commit fbfb4f2

Please sign in to comment.