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,13 +67,11 @@ 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
main() main()