mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Don't spam player with that
This commit is contained in:
parent
26dd86f5a6
commit
e9ca788d0d
1 changed files with 1 additions and 1 deletions
|
@ -1221,7 +1221,7 @@ void NLPACS::CGlobalRetriever::findCollisionChains(CCollisionSurfaceTemp &cst, c
|
|||
|
||||
if (!localRetriever.isLoaded())
|
||||
{
|
||||
nlwarning("local retriever %d in %s not loaded, findCollisionChains in this retriever aborted", localRetrieverId, _RetrieverBank->getNamePrefix().c_str());
|
||||
nldebug("local retriever %d in %s not loaded, findCollisionChains in this retriever aborted", localRetrieverId, _RetrieverBank->getNamePrefix().c_str());
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue