Remove Unneeded DebugBreak

This commit is contained in:
Akkadius 2015-01-20 19:41:24 -06:00
parent 0db638c8c0
commit 26b65a05a9

View File

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