Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
Merge pull request #196 from aku-e/patch-1
Browse files Browse the repository at this point in the history
Fix whitespace formatting at line 4 in init.lua
  • Loading branch information
Sleitnick authored Jan 28, 2022
2 parents 5c9896c + 7566b32 commit 172eb82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if game:GetService("RunService"):IsServer() then
return require(script.KnitServer)
else
local KnitServer = script:FindFirstChild("KnitServer")
local KnitServer = script:FindFirstChild("KnitServer")
if KnitServer then
KnitServer:Destroy()
end
Expand Down

0 comments on commit 172eb82

Please sign in to comment.