diff --git a/zone/entity.cpp b/zone/entity.cpp index 176f1af8e..34f630b59 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -156,7 +156,6 @@ Object *Entity::CastToObject() #ifdef _EQDEBUG if(!IsGroup()) { std::cout << "CastToGroup error" << std::endl; - DebugBreak(); return 0; } #endif