mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-10-31 12:35:22 +01:00 
			
		
		
		
	Changed all the LIGHT_MAX calls to default.LIGHT_MAX
- Avoided crash by using the real variable instead of its old name
This commit is contained in:
		| @@ -165,7 +165,7 @@ minetest.register_node("building_blocks:Fireplace", { | ||||
| 	}, | ||||
| 	paramtype = "light", | ||||
| 	paramtype2 = "facedir", | ||||
| 	light_source = LIGHT_MAX, | ||||
| 	light_source = default.LIGHT_MAX - 1, | ||||
| 	sunlight_propagates = true, | ||||
| 	is_ground_content = true, | ||||
| 	groups = {cracky=2}, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user