boatbomber/WindShake

Fix config type being required on :Init, despite it not actually being required

Jerse1 opened this issue · 0 comments

The WindShake:Init() function expects a config table

config: { MatchWorkspaceWind: boolean? }

despite it just being optional in the actual implementation.
I've added a ? at the end to signify it being optional.