mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-12 10:28:05 +00:00
Update Zone.cpp
This commit is contained in:
@@ -471,7 +471,7 @@ void Zone::LoadPath(std::istream& file) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// We verify the waypoint heights against the navmesh because in many movement paths,
|
// 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 (path.pathType == PathType::Movement) {
|
||||||
if (dpWorld::IsLoaded()) {
|
if (dpWorld::IsLoaded()) {
|
||||||
// 2000 should be large enough for every world.
|
// 2000 should be large enough for every world.
|
||||||
|
Reference in New Issue
Block a user