From 34911394aa0d545d2ef44230a9288cd80daa4d7a Mon Sep 17 00:00:00 2001 From: bitpredator <67551273+bitpredator@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:13:01 +0200 Subject: [PATCH] fix: expected expression near '/' --- server-data/resources/[ox]/ox_fuel/config.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server-data/resources/[ox]/ox_fuel/config.lua b/server-data/resources/[ox]/ox_fuel/config.lua index c1c801135..e4bac85e6 100644 --- a/server-data/resources/[ox]/ox_fuel/config.lua +++ b/server-data/resources/[ox]/ox_fuel/config.lua @@ -8,12 +8,12 @@ return { -- Enable support for ox_target ox_target = false, - /* + --[[ * Show or hide gas stations blips * 0 - Hide all * 1 - Show nearest (5000ms interval check) * 2 - Show all - */ + ]]-- showBlips = 2, -- Total duration (ex. 10% missing fuel): 10 / 0.25 * 250 = 10 seconds