mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-27 23:02:26 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
6c545a144c
commit
29fe791ad0
@ -146,7 +146,6 @@ Object *Entity::CastToObject()
|
|||||||
#ifdef _EQDEBUG
|
#ifdef _EQDEBUG
|
||||||
if (!IsObject()) {
|
if (!IsObject()) {
|
||||||
std::cout << "CastToObject error" << std::endl;
|
std::cout << "CastToObject error" << std::endl;
|
||||||
DebugBreak();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user