mirror of
				https://github.com/sys4-fr/server-nalc.git
				synced 2025-10-31 04:25:32 +01:00 
			
		
		
		
	[nether] Fix the function's name
This commit is contained in:
		| @@ -652,7 +652,7 @@ function nether_port(player, pos) | ||||
| 	local meta = minetest.get_meta({x=pos.x, y=pos.y-1, z=pos.z}) | ||||
| 	if pos.y < nether.start then | ||||
| 		set_portal(known_portals_d, pos.z,pos.x, pos.y) | ||||
| 		player_from_nether(player) | ||||
| 		nether.player_from_nether(player) | ||||
|  | ||||
| 		local my = tonumber(meta:get_string("y")) | ||||
| 		local y = get_portal(known_portals_u, pos.z,pos.x) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user