mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 05:21:29 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
6e582fb68f
commit
6c545a144c
@ -135,7 +135,6 @@ Corpse *Entity::CastToCorpse()
|
|||||||
#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