Remove Unneeded DebugBreak

This commit is contained in:
Akkadius 2015-01-20 19:41:17 -06:00
parent 7fef8de50a
commit f44155a317

View File

@ -91,7 +91,6 @@ NPC *Entity::CastToNPC()
#ifdef _EQDEBUG
if (!IsNPC()) {
std::cout << "CastToNPC error" << std::endl;
DebugBreak();
return 0;
}
#endif