mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Fixed role change not updating buttons
This commit is contained in:
@@ -406,4 +406,8 @@ Store.register(task_store,function(value,task_id)
|
||||
end
|
||||
end)
|
||||
|
||||
--- Makess sure the right buttons are present when roles change
|
||||
Event.add(Roles.player_role_assigned,task_list 'redraw')
|
||||
Event.add(Roles.player_role_unassigned,task_list 'redraw')
|
||||
|
||||
return task_list
|
||||
Reference in New Issue
Block a user