diff --git a/zone/entity.cpp b/zone/entity.cpp index 841fac506..4936a1f69 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -80,7 +80,6 @@ Client *Entity::CastToClient() #ifdef _EQDEBUG if (!IsClient()) { std::cout << "CastToClient error (not client?)" << std::endl; - DebugBreak(); return 0; } #endif