Skip to content

Commit

Permalink
Merge branch 'main' into Gui-Removal
Browse files Browse the repository at this point in the history
  • Loading branch information
usmarine2687 committed Dec 6, 2023
2 parents 6756b6b + 2c08db8 commit abb463c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Scriber/init.lua
Expand Up @@ -42,7 +42,7 @@ local cobalt = false
local stratos = false
local laurion = false
local lobby = false
local Open, ShowUI = false, true
local Open, ShowUI = true, false
local stop_scribe = true
local selfbuy = false
local sendmehome = true
Expand Down Expand Up @@ -1552,6 +1552,7 @@ local spell_locations = {
}

local function scriber()

if mq.TLO.Macro() then
Write.Info('\a-yTemporarily pausing macros before we act')
mq.cmd('/squelch /mqp on')
Expand Down

0 comments on commit abb463c

Please sign in to comment.