1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

fixed bug

This commit is contained in:
grilledham 2018-06-07 13:55:01 +01:00
parent 7725385ecd
commit 106d8ca527

View File

@ -537,6 +537,7 @@ Gui.on_click(
local cursor = getBlueprintCursorStack(player)
if not cursor then
player.print('Click the button with a blueprint or blueprint book.')
return
end
local data = Gui.get_data(event.element)