mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-20 17:31:30 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
f44155a317
commit
a19f7f702c
@ -102,7 +102,6 @@ Mob *Entity::CastToMob()
|
|||||||
#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