X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=Custom-server-votes.md;h=ef6994068b3c4955041a5af069598050cc889319;hb=62bb19402f037dabb35e5ea424623c8bfb508c57;hp=930978043a14b37a87666da89d2190ac8103de1a;hpb=6871c3e0fcdd98d0f41f188b41b5000b05d61334;p=xonotic%2Fxonotic.wiki.git diff --git a/Custom-server-votes.md b/Custom-server-votes.md index 9309780..ef69940 100644 --- a/Custom-server-votes.md +++ b/Custom-server-votes.md @@ -12,7 +12,7 @@ Now players will be able to type `vcall bots` or `vcall nobots` which will start You can prefix the contents of an alias with `settemp` to make it be valid only for the current game. For example `alias nobots "settemp minplayers 0"`. -You can create documentation for your votes by creating a cvars with `sv_vote_command_help_%VOTE_NAME%` pattern, for example: +You can create documentation for your votes by creating cvars with the `sv_vote_command_help_%VOTE_NAME%` pattern, for example: ``` set sv_vote_command_help_bots "\nUsage:^3 vcall bots\n^7 Adds some bots to the server."