error detection

master
A. Demant 2018-09-10 16:52:40 +02:00
parent 4cbd67c528
commit c424b821b2
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ function farming_register_grass_item(type_grass,item,rarity)
else
farming[type_grass][#farming.grass+1]={items=item,rarity=rarity}
end
print farming[type_grass]
print type_grass
print(farming[type_grass])
print(type_grass)
end
farming_register_grass_item("grass","farming:seed_wheat",5)