Skip to content

Commit

Permalink
Non yielding .new
Browse files Browse the repository at this point in the history
  • Loading branch information
boatbomber committed Nov 14, 2022
1 parent aa77972 commit ebaeb54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boatbomber/sheetvalues",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ function SheetValues.new(SpreadId: string, SheetId: string?)
end
end)

SheetManager:UpdateValues()
task.spawn(SheetManager.UpdateValues, SheetManager)

return SheetManager
end
Expand Down
2 changes: 1 addition & 1 deletion wally.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "boatbomber/sheetvalues"
description = "Use Google Sheets as a live value updater for Roblox games."
version = "3.0.1"
version = "3.0.2"
license = "MIT"
authors = ["boatbomber (https://boatbomber.com)"]
registry = "https://github.com/upliftgames/wally-index"
Expand Down

0 comments on commit ebaeb54

Please sign in to comment.