Remove Unneeded DebugBreak

This commit is contained in:
Akkadius 2015-01-20 19:41:23 -06:00
parent 456356d626
commit 0db638c8c0

View File

@ -176,7 +176,6 @@ const Client *Entity::CastToClient() const
{ {
if (this == 0x00) { if (this == 0x00) {
std::cout << "CastToClient error (nullptr)" << std::endl; std::cout << "CastToClient error (nullptr)" << std::endl;
DebugBreak();
return 0; return 0;
} }
#ifdef _EQDEBUG #ifdef _EQDEBUG