diff --git a/zone/entity.cpp b/zone/entity.cpp index 924e95f11..717986bd6 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -268,7 +268,6 @@ Bot *Entity::CastToBot() #ifdef _EQDEBUG if (!IsBot()) { std::cout << "CastToBot error" << std::endl; - DebugBreak(); return 0; } #endif