Remove Unneeded DebugBreak

This commit is contained in:
Akkadius 2015-01-20 19:41:14 -06:00
parent 440ca97a79
commit 7fef8de50a

View File

@ -80,7 +80,6 @@ Client *Entity::CastToClient()
#ifdef _EQDEBUG
if (!IsClient()) {
std::cout << "CastToClient error (not client?)" << std::endl;
DebugBreak();
return 0;
}
#endif