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