File Details
1.0.1
- R
- May 24, 2024
- 4.90 KB
- 1.1K
- 10.2.7
- Retail
File Name
Libs-RemixThreadCount-1.0.1.zip
Supported Versions
- 10.2.7
Libs - Remix Thread Count
1.0.1 (2024-05-24)
Full Changelog Previous Releases
- Refactor timerunner variable scope
The 'timerunner' variable's scope has been refactored to be local within the functions where it is used, rather than being globally defined. This change improves code readability and reduces potential for bugs related to global variables. Additionally, the condition for creating an item in UpdateItemSlotButton function now checks if 'timerunner' exists before proceeding, enhancing code robustness.