From ec336f5b8e270bb4d11a44d58e4b90df0a53502e Mon Sep 17 00:00:00 2001 From: stujones11 Date: Tue, 8 Oct 2013 22:04:13 +0100 Subject: [PATCH] Correction in npcf.conf.example --- npcf/npcf.conf.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/npcf/npcf.conf.example b/npcf/npcf.conf.example index 434cb23..08c3e45 100644 --- a/npcf/npcf.conf.example +++ b/npcf/npcf.conf.example @@ -17,7 +17,7 @@ NPCF_DECO_FREE_ROAMING = true -- Allow Guard NPC to attack players. NPCF_GUARD_ATTACK_PLAYERS = true --- Remove Duplicate NPCs. Experimental patch for entity duplication bug in minetest. --- Hopefully someday we can remove this. -NPCF_REMOVE_DUPLICATES = true - +-- Number of seconds between Duplicate NPC removals. Set 0 to Disable. +-- Experimental work-around for entity duplication bug in minetest engine. +-- Hopefully someday we'll be able to remove this. +NPCF_DUPLICATE_REMOVAL_TIME = 10