mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-07-30 00:15:47 -04:00
more granular debug messages for appearances so we can know for sure which caller it is missing them
This commit is contained in:
@@ -472,6 +472,8 @@ TangibleObject::TangibleObject(const ServerTangibleObjectTemplate* newTemplate)
|
||||
if(newAppearance != NULL)
|
||||
{
|
||||
setAppearance(newAppearance);
|
||||
} else {
|
||||
DEBUG_WARNING(true, ("Missing appearance for TangibleObject::TangibleObject %s", appearanceString.c_str()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user