From e7c0fcae363a0a55d5a13ae11671f6be6372a336 Mon Sep 17 00:00:00 2001 From: Extex101 <33675971+Extex101@users.noreply.github.com> Date: Mon, 20 Feb 2023 21:56:45 -0800 Subject: [PATCH] Fixed bug --- tools/helpers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/helpers.lua b/tools/helpers.lua index e5023c1..1f77dd5 100644 --- a/tools/helpers.lua +++ b/tools/helpers.lua @@ -67,7 +67,7 @@ function tools.get_plate(name) if custom_plates[name] and biker.custom_plates then return custom_plates[name][math.random(#custom_plates[name])] end - return license_plate() + return tools.license_plate() end function tools.node_is(pos)