mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-03-23 00:46:59 +00:00
Update dZoneManager/Raw.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -283,7 +283,8 @@ namespace Raw {
|
|||||||
outRaw.minBoundsZ = std::min(outRaw.minBoundsZ, chunkMinZ);
|
outRaw.minBoundsZ = std::min(outRaw.minBoundsZ, chunkMinZ);
|
||||||
outRaw.maxBoundsX = std::max(outRaw.maxBoundsX, chunkMaxX);
|
outRaw.maxBoundsX = std::max(outRaw.maxBoundsX, chunkMaxX);
|
||||||
outRaw.maxBoundsZ = std::max(outRaw.maxBoundsZ, chunkMaxZ);
|
outRaw.maxBoundsZ = std::max(outRaw.maxBoundsZ, chunkMaxZ);
|
||||||
} LOG("Raw terrain bounds: X[%.2f, %.2f], Z[%.2f, %.2f]",
|
}
|
||||||
|
LOG("Raw terrain bounds: X[%.2f, %.2f], Z[%.2f, %.2f]",
|
||||||
outRaw.minBoundsX, outRaw.maxBoundsX, outRaw.minBoundsZ, outRaw.maxBoundsZ);
|
outRaw.minBoundsX, outRaw.maxBoundsX, outRaw.minBoundsZ, outRaw.maxBoundsZ);
|
||||||
}
|
}
|
||||||
} return true;
|
} return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user