mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
32cba9083c
commit
90dd9f8aeb
@ -203,7 +203,6 @@ const Mob *Entity::CastToMob() const
|
|||||||
#ifdef _EQDEBUG
|
#ifdef _EQDEBUG
|
||||||
if (!IsMob()) {
|
if (!IsMob()) {
|
||||||
std::cout << "CastToMob error" << std::endl;
|
std::cout << "CastToMob error" << std::endl;
|
||||||
DebugBreak();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user