mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +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 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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user