Renamed Gui.event to Gui.custom_event

This commit is contained in:
badgamernl
2020-02-26 00:41:18 +01:00
parent 3aa77227ca
commit efd9c7b609
3 changed files with 5 additions and 5 deletions

View File

@@ -439,7 +439,7 @@ end)
Gui.left_toolbar_button('item/'..config.default_icon,{'warp-list.main-tooltip',config.standard_proximity_radius},warp_list_container, function(player)
return Roles.player_allowed(player,'gui/warp-list')
end)
:on_custom_event(Gui.events.on_visibility_changed_by_click, function(player,_,event)
:on_custom_event(Gui.custom_events.on_visibility_changed_by_click, function(player,_,event)
local state = event.state -- true if visible, false if invisible
-- Set gui keep open state for player that clicked the button
keep_gui_open[player.name] = state