mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-03 17:32:33 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
90dd9f8aeb
commit
07d2eab183
@ -214,7 +214,6 @@ const Merc *Entity::CastToMerc() const
|
|||||||
#ifdef _EQDEBUG
|
#ifdef _EQDEBUG
|
||||||
if (!IsMerc()) {
|
if (!IsMerc()) {
|
||||||
std::cout << "CastToMerc error" << std::endl;
|
std::cout << "CastToMerc error" << std::endl;
|
||||||
DebugBreak();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user