diff --git a/ChunkSpy/ChunkSpy51.lua b/ChunkSpy/ChunkSpy51.lua index 719d866..b5f8080 100644 --- a/ChunkSpy/ChunkSpy51.lua +++ b/ChunkSpy/ChunkSpy51.lua @@ -1583,7 +1583,7 @@ function ChunkSpy(chunk_name, chunk) ------------------------------------------------------------- local function BriefLine(desc) if not config.DISPLAY_FLAG or not config.DISPLAY_BRIEF then return end - if DISPLAY_INDENT then + if config.DISPLAY_INDENT then WriteLine(string.rep(config.DISPLAY_SEP, level - 1)..desc) else WriteLine(desc) diff --git a/ChunkSpy/ChunkSpy52.lua b/ChunkSpy/ChunkSpy52.lua index 1fd23e2..a014aab 100644 --- a/ChunkSpy/ChunkSpy52.lua +++ b/ChunkSpy/ChunkSpy52.lua @@ -1649,7 +1649,7 @@ function ChunkSpy(chunk_name, chunk) ------------------------------------------------------------- local function BriefLine(desc) if not config.DISPLAY_FLAG or not config.DISPLAY_BRIEF then return end - if DISPLAY_INDENT then + if config.DISPLAY_INDENT then WriteLine(string.rep(config.DISPLAY_SEP, level - 1)..desc) else WriteLine(desc) diff --git a/ChunkSpy/ChunkSpy53.lua b/ChunkSpy/ChunkSpy53.lua index 4539cbe..d3bd892 100644 --- a/ChunkSpy/ChunkSpy53.lua +++ b/ChunkSpy/ChunkSpy53.lua @@ -1750,7 +1750,7 @@ function ChunkSpy(chunk_name, chunk) ------------------------------------------------------------- local function BriefLine(desc) if not config.DISPLAY_FLAG or not config.DISPLAY_BRIEF then return end - if DISPLAY_INDENT then + if config.DISPLAY_INDENT then WriteLine(string.rep(config.DISPLAY_SEP, level - 1)..desc) else WriteLine(desc)