X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.wiki.git;a=blobdiff_plain;f=Custom-server-votes.md;h=ef6994068b3c4955041a5af069598050cc889319;hp=930978043a14b37a87666da89d2190ac8103de1a;hb=740ad64f58c210bd3b01a71b7fc88311afd51149;hpb=6871c3e0fcdd98d0f41f188b41b5000b05d61334 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."