From db46fa8792c04b476f5ce21276390667d45560d8 Mon Sep 17 00:00:00 2001 From: David Markowitz Date: Sat, 9 Mar 2024 21:12:14 -0800 Subject: [PATCH] Update Zone.cpp --- dZoneManager/Zone.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dZoneManager/Zone.cpp b/dZoneManager/Zone.cpp index e49ac49c..44532fc9 100644 --- a/dZoneManager/Zone.cpp +++ b/dZoneManager/Zone.cpp @@ -471,7 +471,7 @@ void Zone::LoadPath(std::istream& file) { } // We verify the waypoint heights against the navmesh because in many movement paths, - // the waypoint is located near 0 height, + // the waypoint is located near 0 height, if (path.pathType == PathType::Movement) { if (dpWorld::IsLoaded()) { // 2000 should be large enough for every world.