This should be useful for ensuring that apps work the same after restart.
HZFGZQCD46OJWMRFV2EMNMZUPVX3FKCMTLITYFUZVXFGSHUUAPZQC
DSDKFEUKSAWZGMJ4PISC64WVYVSEHWAOJ5WE7K7PJAY5G3UGV36QC
OTIBCAUJ3KDQJLVDN3A536DLZGNRYMGJLORZVR3WLCGXGO6UGO6AC
LRDM35CEK3OHXOTB7TEFJRL7P6PQWO5ZG3F2BVA7DIDFHBPJQ7KAC
function restart() if on.quit then on.quit() end love.filesystem.write('config', json.encode(settings())) load_settings() if on.initialize then on.initialize() endend
function restart()
if on.quit then on.quit() end
love.filesystem.write('config', json.encode(settings()))
load_settings()
if on.initialize then on.initialize() end
end
elseif cmd == 'RESTART' then restart()
elseif cmd == 'RESTART' then
restart()