鏡像自
				https://github.com/HybridDog/nether-pack.git
				已同步 2025-10-31 07:45:28 +01:00 
			
		
		
		
	Fixed broken elseif
- Lua is weird.
此提交包含在:
		| @@ -76,7 +76,7 @@ function nether.registry_update(player) | ||||
| 	if nether.trap_players then | ||||
| 		players_trapped_in_nether[pname] = in_nether | ||||
| 		update_background(player, in_nether) | ||||
| 	else if players_trapped_in_nether[pname] | ||||
| 	elseif players_trapped_in_nether[pname] then | ||||
| 		players_trapped_in_nether[pname] = nil | ||||
| 		update_background(player, false) | ||||
| 	end | ||||
|   | ||||
		新增問題並參考
	
	封鎖使用者