]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
typo
authorMartin Taibr <taibr.martin@gmail.com>
Thu, 22 Feb 2018 12:59:09 +0000 (13:59 +0100)
committerMartin Taibr <taibr.martin@gmail.com>
Thu, 22 Feb 2018 12:59:09 +0000 (13:59 +0100)
Custom-server-votes.md

index 930978043a14b37a87666da89d2190ac8103de1a..ef6994068b3c4955041a5af069598050cc889319 100644 (file)
@@ -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 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."
 
 ```
 set sv_vote_command_help_bots "\nUsage:^3 vcall bots\n^7  Adds some bots to the server."