mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 12:31:41 +09:00
Added comments
This commit is contained in:
@@ -153,8 +153,9 @@ function Slider._prototype:draw_label(element)
|
||||
}
|
||||
|
||||
local categorise = self.categorise or Gui.player_store
|
||||
local category = categorise(new_element)
|
||||
|
||||
Instances.unregistered_add_element(name,categorise,new_element)
|
||||
Instances.unregistered_add_element(name,category,new_element)
|
||||
|
||||
return new_element
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user