Skip to content

Commit

Permalink
Add Missing Hash
Browse files Browse the repository at this point in the history
Required for the example votekick to work.
  • Loading branch information
caxanga334 committed Oct 28, 2023
1 parent f98c436 commit c95570c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/sourcemod/configs/customvotes.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"vote" "1"
"minimum" "4"
"ratio" "0.6"
"command" "sm_kick {TARGET_NAME}"
"command" "sm_kick #{TARGET_NAME}"
"start_notify" "[SM] {VOTER_NAME} ({VOTER_STEAMID}) started a vote to kick {TARGET_NAME}."
"call_notify" "[SM] Vote cast for {yes|no}."
"pass_notify" "[SM] Vote passed."
Expand Down

0 comments on commit c95570c

Please sign in to comment.