Skip to content

Commit

Permalink
fix(client): remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
solareon committed Sep 26, 2024
1 parent 8c51bb9 commit 2d6f154
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -516,11 +516,6 @@ local function createShowroomVehiclePoint(data)
return vehPoint
end

--- End test drive
local function endTestDrive()
LocalPlayer.state:set('isInTestDrive', nil, true)
end

--- Starts the test drive timer based on time and shop
---@param time integer
local function startTestDriveTimer(time)
Expand Down

0 comments on commit 2d6f154

Please sign in to comment.