Remove Unneeded DebugBreak

This commit is contained in:
Akkadius 2015-01-20 19:41:22 -06:00
parent 29fe791ad0
commit 456356d626

View File

@ -156,7 +156,6 @@ Object *Entity::CastToObject()
#ifdef _EQDEBUG
if(!IsGroup()) {
std::cout << "CastToGroup error" << std::endl;
DebugBreak();
return 0;
}
#endif