Removed Functions From Global

This commit is contained in:
Cooldude2606
2020-05-28 17:54:45 +01:00
parent 029b94e1d1
commit fa51254021
2 changed files with 7 additions and 12 deletions

View File

@@ -258,7 +258,7 @@ Gui.element(function(event_trigger,parent,warp)
type = 'sprite-button',
sprite = 'item/'..warp.icon,
tooltip = {'warp-list.goto-tooltip',warp_position.x,warp_position.y},
style = 'slot_sized_button'
style = 'slot_button'
}
end)
:style(Styles.sprite32)