Update Treasure hunt simulator/start.lua
This commit is contained in:
parent
f279c4bf2e
commit
7abc310c2d
@ -689,7 +689,7 @@ Main_Home:addToggle("Auto Buy Backpacks (Not Work)", false, function(state)
|
|||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
Main_Home:addToggle("Auto Buy Pets (Not Work)", false, function(state)
|
Main_Home:addToggle("Auto Buy Pets", false, function(state)
|
||||||
AutoBuyPetsEnabled = state
|
AutoBuyPetsEnabled = state
|
||||||
if state then
|
if state then
|
||||||
task.spawn(autoBuyPetsLoop)
|
task.spawn(autoBuyPetsLoop)
|
||||||
|
Loading…
Reference in New Issue
Block a user