From e833227b648d2823c2a7f0bbf9c0abbd6098b687 Mon Sep 17 00:00:00 2001 From: Not Date: Fri, 13 Oct 2023 22:27:24 +0200 Subject: [PATCH] fix possible values for lb_ghost_trans_prox --- ghost.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost.lua b/ghost.lua index 230a224..83d504c 100644 --- a/ghost.lua +++ b/ghost.lua @@ -204,7 +204,7 @@ CV_RegisterVar({ name = "lb_ghost_trans_prox", defaultvalue = 150, flags = CV_CALL, - PossibleValue = CV_NATURAL, + PossibleValue = CV_Natural, func = function(cv) transProximity = cv.value end