From 9bed4dbd9978703c0b0cc2562b51741c8528d82e Mon Sep 17 00:00:00 2001 From: Chev Date: Fri, 12 Jan 2024 11:02:29 -0800 Subject: [PATCH] SprayMesh Extended: Fix a comment in the config displaying the wrong default --- addons/spraymesh_extended/lua/spraymesh/sh_config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/spraymesh_extended/lua/spraymesh/sh_config.lua b/addons/spraymesh_extended/lua/spraymesh/sh_config.lua index 546f563..c0de139 100644 --- a/addons/spraymesh_extended/lua/spraymesh/sh_config.lua +++ b/addons/spraymesh_extended/lua/spraymesh/sh_config.lua @@ -13,7 +13,7 @@ -- Default spray, often used when player's current spray is invalid or they otherwise haven't set a spray yet spraymesh.SPRAY_URL_DEFAULT = "files.catbox.moe/xsdikl.png" --- Units between points (default: 2); resXcoorddist = the dimensions (size) of all player sprays +-- Units between points (default: 1.75). The dimensions (size) of all player sprays -- Bigger values means spray sizes will increase spraymesh.COORD_DIST_DEFAULT = 1.75