Skip to content

Commit 103464c

Browse files
committed
Update Skills.lua
1 parent 98890e9 commit 103464c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Features/Skills.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function Skills.new(MapLib)
1818
end
1919

2020
--- This function is used to toggle the sliding function on or off.
21-
function Skills:ToggleSliding(value: boolean): nil
21+
function Skills:ToggleSliding(value: boolean): ()
2222
local skills = self.map:FindFirstChild("Settings") and self.map.Settings:FindFirstChild("Skills")
2323
if skills then
2424
skills:SetAttribute("AllowSliding", value)

0 commit comments

Comments
 (0)