mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-06 01:03:52 +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
|
||||
if (!IsCorpse()) {
|
||||
std::cout << "CastToCorpse error" << std::endl;
|
||||
DebugBreak();
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user