Optimize get-level-data to not always recalculate level data #56
Labels
enhancement
New feature or request
good first issue
Good for newcomers
scripts
Affects programs in /scripts/ and/or program output (.json files, etc.)
It should only recalculate if the script itself has changed or if the level has changed. This can be solved by checksumming both the running script and the level with something easy like SHA1 and including this in the .json.
The text was updated successfully, but these errors were encountered: