Remove Unneeded DebugBreak:

This commit is contained in:
Akkadius 2015-01-20 19:40:55 -06:00
parent 98f0d4df49
commit 440ca97a79

View File

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