mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-24 06:35:39 +00:00
Remove extra spawn in server code
This commit is contained in:
@@ -67,12 +67,10 @@ local function main()
|
|||||||
.Click:Connect(function()
|
.Click:Connect(function()
|
||||||
checkUpgrade()
|
checkUpgrade()
|
||||||
|
|
||||||
spawn(function()
|
pluginInstance:togglePolling()
|
||||||
pluginInstance:togglePolling()
|
:catch(function(err)
|
||||||
:catch(function(err)
|
warn(err)
|
||||||
warn(err)
|
end)
|
||||||
end)
|
|
||||||
end)
|
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user