From 0db638c8c01618b0691c41e19db5f781d9df876c Mon Sep 17 00:00:00 2001 From: Akkadius Date: Tue, 20 Jan 2015 19:41:23 -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 34f630b59..eb387d403 100644 --- a/zone/entity.cpp +++ b/zone/entity.cpp @@ -176,7 +176,6 @@ const Client *Entity::CastToClient() const { if (this == 0x00) { std::cout << "CastToClient error (nullptr)" << std::endl; - DebugBreak(); return 0; } #ifdef _EQDEBUG