From 90dd9f8aeb1ca4d7bb6a4c042fffc85a9a9c626b Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 19:41:26 -0600 Subject: [PATCH] Remove Unneeded DebugBreak --- zone/entity.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/zone/entity.cpp b/zone/entity.cpp index 9f797d94c..d272f62e4 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -203,7 +203,6 @@ const Mob *Entity::CastToMob() const #ifdef _EQDEBUG if (!IsMob()) { std::cout << "CastToMob error" << std::endl; - DebugBreak(); return 0; } #endif