Skip to content

v1.5.6.2

Choose a tag to compare

@github-actions github-actions released this 10 Nov 01:27
· 334 commits to main since this release

SmartSpawner - Version 1.5.6.2

Critical Dupe Patched

  • Fixed item duplication exploit caused by race condition in VirtualInventory synchronization with storage GUI

Technical Details

The exploit involved using two game instances with swarm mode (custom mod) to create a race condition between spawner inventories. This has been completely patched by:

  • Synchronizing inventory operations across all connected clients
  • Adding transaction verification before committing item changes
  • Implementing proper locking mechanisms for concurrent access

All users running v1.5.4.3 or lower should update immediately.