diff --git a/zone/entity.cpp b/zone/entity.cpp index 34f630b59..eb387d403 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -176,7 +176,6 @@ const Client *Entity::CastToClient() const { if (this == 0x00) { std::cout << "CastToClient error (nullptr)" << std::endl; - DebugBreak(); return 0; } #ifdef _EQDEBUG