Remove extra spawn in server code

This commit is contained in:
Lucien Greathouse
2018-04-04 23:02:46 -07:00
parent 3dee3dd627
commit bad0e67266

View File

@@ -67,12 +67,10 @@ local function main()
.Click:Connect(function()
checkUpgrade()
spawn(function()
pluginInstance:togglePolling()
:catch(function(err)
warn(err)
end)
end)
pluginInstance:togglePolling()
:catch(function(err)
warn(err)
end)
end)
end