mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-11 00:32:25 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
07d2eab183
commit
56b0a2aa4f
@ -235,7 +235,6 @@ const Corpse *Entity::CastToCorpse() const
|
|||||||
#ifdef _EQDEBUG
|
#ifdef _EQDEBUG
|
||||||
if (!IsCorpse()) {
|
if (!IsCorpse()) {
|
||||||
std::cout << "CastToCorpse error" << std::endl;
|
std::cout << "CastToCorpse error" << std::endl;
|
||||||
DebugBreak();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user