mirror of
https://github.com/unknownworlds/NS.git
synced 2025-03-20 08:20:59 +00:00
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:
parent
f5cdfe00ad
commit
c2ae858b37
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue