Remove Unneeded DebugBreak

This commit is contained in:
Akkadius
2015-01-20 19:41:30 -06:00
parent a6a86f030c
commit 013216ff2b
-1
View File
@@ -268,7 +268,6 @@ Bot *Entity::CastToBot()
#ifdef _EQDEBUG
if (!IsBot()) {
std::cout << "CastToBot error" << std::endl;
DebugBreak();
return 0;
}
#endif