mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -04:00
silence warn
This commit is contained in:
@@ -189,7 +189,7 @@ void TangibleObject::endNpcConversation()
|
||||
}
|
||||
else
|
||||
{
|
||||
WARNING(true,("TangibleObject::endNpcConversation: creature %s has a nullptr m_npcConversation pointer but is a player-controlled object!",
|
||||
DEBUG_WARNING(true,("TangibleObject::endNpcConversation: creature %s has a nullptr m_npcConversation pointer but is a player-controlled object!",
|
||||
getNetworkId().getValueString().c_str()));
|
||||
m_conversations.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user