From 7fef8de50a4d1563f7c14859d3f6379564f82931 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 19:41:14 -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 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