Skip to content

2.2.4

Choose a tag to compare

@louanfontenele louanfontenele released this 06 May 04:41
· 186 commits to main since this release

🎉 What’s New?

  • Remembered UI State
    The admin window now saves which tab you last had open and all slider positions. When you reload your save, the GUI automatically restores to exactly where you left off.

⚙️ Under the Hood

  • Storage API
    Switched to the official storage table for all persistent data, improving stability and multiplayer safety.
  • Load Sequence Refined
    Adjusted initialization so no data is written during the load hook—eliminating CRC mismatch crashes.
  • Nil-Value Guards
    Added defensive checks around scheduling logic to prevent “nil value” errors.

🚀 Why Upgrade?

  • No more manually re-opening or resetting sliders after loading a game.
  • Smoother, crash-free experience when toggling and reloading the admin interface.
  • Cleaner, more maintainable codebase for future improvements.

Full Changelog: 2.2.3...2.2.4