Update main.lua
This commit is contained in:
7
main.lua
7
main.lua
@@ -2413,6 +2413,13 @@ end, function(state)
|
|||||||
setBirdTeleportActive(state)
|
setBirdTeleportActive(state)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
addDynamicActionRow(TeleportPage, "Multi Select Mode", function()
|
||||||
|
return settings.multiSelectMode and "ON" or "OFF"
|
||||||
|
end, function()
|
||||||
|
settings.multiSelectMode = not settings.multiSelectMode
|
||||||
|
saveSettings()
|
||||||
|
end)
|
||||||
|
|
||||||
addActionRow(TeleportPage, "Add Point at Current Pos", "Add Point", function()
|
addActionRow(TeleportPage, "Add Point at Current Pos", "Add Point", function()
|
||||||
if addTeleportPoint() then
|
if addTeleportPoint() then
|
||||||
saveSettings()
|
saveSettings()
|
||||||
|
|||||||
Reference in New Issue
Block a user