mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-10-30 10:05:34 +01:00 
			
		
		
		
	fix crash?
This commit is contained in:
		| @@ -324,7 +324,7 @@ homedecor.destruct_sign = function(pos) | |||||||
| end | end | ||||||
|  |  | ||||||
| local function make_infotext(text) | local function make_infotext(text) | ||||||
| 	local lines = split_lines_and_words(text) | 	local lines = split_lines_and_words(text) or {} | ||||||
| 	local lines2 = { } | 	local lines2 = { } | ||||||
| 	for _, line in ipairs(lines) do | 	for _, line in ipairs(lines) do | ||||||
| 		table.insert(lines2, table.concat(line, " ")) | 		table.insert(lines2, table.concat(line, " ")) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user