renzuzu/renzu_projectcars

items

Kingpyro89 opened this issue · 1 comments

i put the items in my lua and my city wont start all the way

['door'] 				 	 = {['name'] = 'door', 			  	  		['label'] = 'Vehicle Door', 				['weight'] = 200, 		['type'] = 'item', 		['image'] = 'door.png',T 			['unique'] = false, 	['useable'] = true, 	['shouldClose'] = true,	   ['combinable'] = nil,   ['description'] = 'Parts for Vehicle'},

Spot the typo, remove the T and you will be fine :)