]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - handicap.md
Update handicap
[xonotic/xonotic.wiki.git] / handicap.md
index 3869c9b53013a96e23633d5a829c34f79c1583e4..a03435346a7d380a399efd4b404f693039edf1cb 100644 (file)
@@ -2,9 +2,11 @@ Handicap is used to make the game even for players with different skill levels.
 
 There are 2 types of handicap: voluntary and forced. Voluntary handicap can be set by client via `cl_handicap` variable.
 ```
-cl_handicap 1
-sendcvar cl_handicap 1
+cl_handicap 2
 ```
+
+Since Xonotic 0.8.5 the additional command `sendcvar cl_handicap 2` is no longer needed, as the new value is automatically sent to the server when the cvar value changes.
+
 For obvious reasons, you can't set it to be less than 1.
 
 Forced handicap can be set by the server and can be less than 1. For example, by [dynamic handicap](dynamic-handicap) mutator.
\ No newline at end of file