mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-10-14 19:38:08 +00:00
Merge main into property-entrance-rewrite
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "RawFile.h"
|
||||
|
||||
#include "Game.h"
|
||||
#include "dLogger.h"
|
||||
#include "Logger.h"
|
||||
#include "dPlatforms.h"
|
||||
#include "NiPoint3.h"
|
||||
#include "BinaryIO.h"
|
||||
@@ -21,9 +21,9 @@ dNavMesh::dNavMesh(uint32_t zoneId) {
|
||||
m_NavQuery = dtAllocNavMeshQuery();
|
||||
m_NavQuery->init(m_NavMesh, 2048);
|
||||
|
||||
Game::logger->Log("dNavMesh", "Navmesh loaded successfully!");
|
||||
LOG("Navmesh loaded successfully!");
|
||||
} else {
|
||||
Game::logger->Log("dNavMesh", "Navmesh loading failed (This may be intended).");
|
||||
LOG("Navmesh loading failed (This may be intended).");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user