This commit is contained in:
Julian Brammer 2024-06-15 00:47:30 +02:00
parent 8c46559be9
commit aa9519d764

View File

@ -58,6 +58,7 @@ local function itemInInventory()
end end
print("No material. Press Return to continue") print("No material. Press Return to continue")
read() read()
itemInInventory()
end end