mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 08:21:28 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
56b0a2aa4f
commit
a6a86f030c
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user