Update Treasure hunt simulator/start.lua

This commit is contained in:
Apapapa 2025-02-02 10:15:36 +00:00
parent f279c4bf2e
commit 7abc310c2d

View File

@ -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)