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