This commit is contained in:
Julian Brammer 2024-06-13 22:33:57 +02:00
parent f951aa7636
commit 6581b4c3de

View File

@ -113,7 +113,8 @@ local function itemInInventory()
if itemCount > 0 then if itemCount > 0 then
return true return true
else else
return false print("No material. Press Return to continue")
read()
end end
end end
end end