mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-10-31 15:35:21 +01:00 
			
		
		
		
	Fix missing localization for obj
This commit is contained in:
		| @@ -27,19 +27,11 @@ function core.get_pointed_thing_position(pointed_thing, above) | |||||||
| 		if above then | 		if above then | ||||||
| 			-- The position where a node would be placed | 			-- The position where a node would be placed | ||||||
| 			return pointed_thing.above | 			return pointed_thing.above | ||||||
| 		else |  | ||||||
| 			-- The position where a node would be dug |  | ||||||
| 			return pointed_thing.under |  | ||||||
| 		end | 		end | ||||||
|  | 		-- The position where a node would be dug | ||||||
|  | 		return pointed_thing.under | ||||||
| 	elseif pointed_thing.type == "object" then | 	elseif pointed_thing.type == "object" then | ||||||
| 		obj = pointed_thing.ref | 		return pointed_thing.ref and pointed_thing.ref:getpos() | ||||||
| 		if obj ~= nil then |  | ||||||
| 			return obj:getpos() |  | ||||||
| 		else |  | ||||||
| 			return nil |  | ||||||
| 		end |  | ||||||
| 	else |  | ||||||
| 		return nil |  | ||||||
| 	end | 	end | ||||||
| end | end | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user