diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -10,10 +10,10 @@ Adds hud elements for current position, lag and optional mapblock coordinates Settings with default values: ``` # hud offsets -poshud.hud.offsetx = 0.8 -poshud.hud.offsetx = 0.95 +poshud_hud_offsetx = 0.8 +poshud_hud_offsetx = 0.95 # enable current mapblock display -poshud.mapblock.enable = true +poshud_mapblock_enable = true -```
\ No newline at end of file +``` |