mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Fixed linting errors
This commit is contained in:
@@ -626,7 +626,7 @@ Tasks.on_update(
|
|||||||
-- Update the task view elements if the player currently being looped over has this specific task selected
|
-- Update the task view elements if the player currently being looped over has this specific task selected
|
||||||
local selected = PlayerSelected:get(player)
|
local selected = PlayerSelected:get(player)
|
||||||
if selected == task_id then
|
if selected == task_id then
|
||||||
if task then
|
if curr_state then
|
||||||
update_task_view_footer(player, selected)
|
update_task_view_footer(player, selected)
|
||||||
else
|
else
|
||||||
PlayerSelected:set(player, nil)
|
PlayerSelected:set(player, nil)
|
||||||
|
|||||||
Reference in New Issue
Block a user