Changed Rocket Info Icon

This commit is contained in:
Cooldude2606
2020-05-26 19:35:01 +01:00
parent 4f62b983cf
commit 4fc51a429b
2 changed files with 5 additions and 5 deletions

View File

@@ -513,7 +513,7 @@ end)
--- Button on the top flow used to toggle the container
-- @element toggle_left_element
Gui.left_toolbar_button('entity/rocket-silo', {'rocket-info.main-tooltip'}, rocket_list_container, function(player)
Gui.left_toolbar_button('item/satellite', {'rocket-info.main-tooltip'}, rocket_list_container, function(player)
return Roles.player_allowed(player,'gui/rocket-info')
end)