Skip to content

v1.6.11

Choose a tag to compare

@github-actions github-actions released this 26 Feb 18:02
· 13 commits to main since this release

CraftScan

v1.6.11 (2026-02-26)

Full Changelog Previous Releases

  • TWW moving to the Legacy section.
  • Merge pull request #89 from Merryfett/fix-nil-profconfig-recipes
    Fix nil reference error in PopulateProfessionNode
  • Fix nil reference error in PopulateProfessionNode
    Fixes a crash when opening the config page where profConfig.recipes is nil.
    The error occurred when the code iterated through character professions and attempted to call TimeSlice with a nil recipes table. This change adds a guard clause to check if profConfig.recipes exists before processing, and calls the onFinished callback to maintain proper execution flow.
    Error fixed: TimeSlice.lua:59: bad argument #1 to 'pairs' (table expected, got nil)
    Fixes #88
    Co-Authored-By: Claude noreply@anthropic.com