mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-12 10:04:40 +02:00
fixed bug
This commit is contained in:
parent
7725385ecd
commit
106d8ca527
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user