Make crafters not break everything
This commit is contained in:
		| @@ -77,6 +77,6 @@ while true do | |||||||
|     local id, msg = rednet.receive "dragon" |     local id, msg = rednet.receive "dragon" | ||||||
|     if msg and msg.cmd and msg.cmd == "craft" and msg.item then |     if msg and msg.cmd and msg.cmd == "craft" and msg.item then | ||||||
|         craft(msg.item) |         craft(msg.item) | ||||||
|  |         rednet.send(id, "OK", "dragon") | ||||||
|     end |     end | ||||||
|     rednet.send(id, "OK", "dragon") |  | ||||||
| end | end | ||||||
		Reference in New Issue
	
	Block a user