Fixed task list not updating the last edit

This commit is contained in:
Cooldude2606
2019-05-31 12:51:10 +01:00
parent 2d50ba3e6e
commit 3456acf169

View File

@@ -95,6 +95,8 @@ end)
local task = element.parent.task.text
local details = task_details[task_id]
details.editing[player.name] = nil
details.last_edit_player = player.name
details.last_edit_time = game.tick
Store.set_child(task_store,task_id,task)
end)