Skip to content

Commit 1abeb25

Browse files
committed
fix(YimActions): don't initialize twice
1 parent d635f33 commit 1abeb25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SSV2/includes/features/YimActionsV3.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1321,4 +1321,4 @@ function YimActions.Debugger:Draw()
13211321
end
13221322
end
13231323

1324-
return YimActions:init()
1324+
return YimActions

0 commit comments

Comments
 (0)