mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 21:01:39 +09:00
Fixed task list not updating the last edit
This commit is contained in:
@@ -95,6 +95,8 @@ end)
|
|||||||
local task = element.parent.task.text
|
local task = element.parent.task.text
|
||||||
local details = task_details[task_id]
|
local details = task_details[task_id]
|
||||||
details.editing[player.name] = nil
|
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)
|
Store.set_child(task_store,task_id,task)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user