From 0fd5c61c00819ae3eaf298739e8cf879e2d43820 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Mon, 6 Jan 2014 21:17:19 -0500 Subject: Revert "Improve (re)spawn, add cache_block_before_spawn and max_spawn_height settings" The commit didn't work because the blocks weren't loaded yet. This reverts commit 22dbbf0a6fc9547f0dbdb7f6076337b8c6acd48b. Conflicts: minetest.conf.example --- minetest.conf.example | 4 ---- 1 file changed, 4 deletions(-) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index fa54bde8d..674d253fb 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -281,10 +281,6 @@ #disable_anticheat = false # If true, actions are recorded for rollback #enable_rollback_recording = false -# If true, blocks are cached (and generated if not before) before a player is spawned. -#cache_block_before_spawn = true -# Defines the maximum height a player can spawn in a map, above water level -#max_spawn_height = 50 # Profiler data print interval. #0 = disable. #profiler_print_interval = 0 -- cgit v1.2.3