mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-30 00:15:46 -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