mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11: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
|
||||
if (!IsMob()) {
|
||||
std::cout << "CastToMob error" << std::endl;
|
||||
DebugBreak();
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user