Correction in npcf.conf.example

This commit is contained in:
stujones11 2013-10-08 22:04:13 +01:00
parent 0a05f8c08d
commit ec336f5b8e

View File

@ -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