mirror of
https://github.com/ENSL/NS.git
synced 2024-11-26 14:30:54 +00:00
Performance:
Removed a stray sprintf and an if-closure used for debugging. git-svn-id: https://unknownworlds.svn.cloudforge.com/ns1@223 67975925-1194-0748-b3d5-c16f83f1a3a1
This commit is contained in:
parent
8c9da6f517
commit
afd0f999bb
1 changed files with 0 additions and 7 deletions
|
@ -752,13 +752,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