Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Extex101 committed Feb 21, 2023
1 parent 710517c commit e7c0fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/helpers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e7c0fca

Please sign in to comment.