Skip to content

Commit

Permalink
tweak(client.main): trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Mycroft-Studios committed Sep 25, 2024
1 parent 487dea3 commit f7f2530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ local function scaleformDetails(index)
local randomCoords = arrowStart[math.random(#arrowStart)]

-- Add the arrow to the map
mapScaleform:MethodArgs("ADD_ARROW", { index, randomCoords.x, randomCoords.y,
mapScaleform:MethodArgs("ADD_ARROW", { index, randomCoords.x, randomCoords.y,
spawn.coords.x, spawn.coords.y, math.random(30, 80) })

-- Colour the arrow
Expand Down

0 comments on commit f7f2530

Please sign in to comment.