mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-10 21:02:36 +01:00
Fix migrate path for pathfinding debug
This commit is contained in:
parent
ffea6bd2f4
commit
b6234fcd24
@ -98,7 +98,7 @@ public class Settings {
|
||||
"general.debug-chunk-loads", false),
|
||||
DEBUG_FILE("Send Citizens debug output to a specific file", "general.debug-file", ""),
|
||||
DEBUG_MODE("Enable Citizens debugging", "general.debug-mode", false),
|
||||
DEBUG_PATHFINDING("Debug pathfinding by showing fake target blocks", "npc.pathfinding.debug-paths",
|
||||
DEBUG_PATHFINDING("Debug pathfinding by showing fake target blocks", "npc.pathfinding.debug",
|
||||
"npc.pathfinding.debug-paths", false),
|
||||
DEFAULT_BLOCK_BREAKER_RADIUS(
|
||||
"The default distance radius for block breaking, in blocks<br>The NPC will pathfind to be this far away from the target block if greater than 0",
|
||||
|
Loading…
Reference in New Issue
Block a user