snap.love/0061-on.quit

5 lines
78 B
Plaintext
Raw Normal View History

2023-04-21 02:29:04 +00:00
on.quit = function()
if Global_next_save then
save_graph_to_disk()
2023-04-21 02:29:04 +00:00
end
end