Ported performance changes from SVN revision 223, 3.0.5 performance branch.

git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@241 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
tankefugl 2005-07-06 00:10:28 +00:00
parent f5cdfe00ad
commit c2ae858b37

View file

@ -607,13 +607,6 @@ bool AvHSUGetIsExternalClassName(const char* inClassName)
{
bool theIsExternal = false;
if(inClassName)
{
char theString[512];
sprintf(theString, "Checking entity: %s\n", inClassName);
//ALERT(at_logged, theString);
}
if(inClassName && (!strncmp(inClassName, "adminmod_", 9)))
{
theIsExternal = true;