extract a function
[?]
Apr 9, 2023, 4:26 PM
OI2U4SQ3DA6X57GWOWCWBHH4VI56QH6PXXFUVPY2ZZZOKE6ZBLFACDependencies
- [2]
JIWWTY7Rextract a function - [3]
TNRO6KLZnew live app - [4]
T3LA4DVGnew command: batch GET - [5]
OJLXS67Na prefix for metadata in the manifest
Change contents
- replacement in main.lua at line 244
app.Head = app.Next_versionlove.filesystem.write('head', tostring(app.Head))app.update_head(app.Next_version) - replacement in main.lua at line 273
app.Head = app.Next_versionlove.filesystem.write('head', tostring(app.Head))app.update_head(app.Next_version) - replacement in main.lua at line 287
app.Head = app.Manifest[PARENT]love.filesystem.write('head', tostring(app.Head))app.update_head(app.Manifest[PARENT]) - edit in main.lua at line 292
function app.update_head(head)app.Head = headlove.filesystem.write('head', tostring(app.Head))end