crosstable.love/0023-on.update

6 lines
153 B
Plaintext

on.update = function()
if Global_state.next_save and Global_state.next_save < Current_time then
save_results()
Global_state.next_save = nil
end
end