mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-23 20:58:21 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
@@ -246,7 +246,6 @@ const Object *Entity::CastToObject() const
|
|||||||
#ifdef _EQDEBUG
|
#ifdef _EQDEBUG
|
||||||
if (!IsObject()) {
|
if (!IsObject()) {
|
||||||
std::cout << "CastToObject error" << std::endl;
|
std::cout << "CastToObject error" << std::endl;
|
||||||
DebugBreak();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user