mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-11 21:22:31 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
29fe791ad0
commit
456356d626
@ -156,7 +156,6 @@ Object *Entity::CastToObject()
|
|||||||
#ifdef _EQDEBUG
|
#ifdef _EQDEBUG
|
||||||
if(!IsGroup()) {
|
if(!IsGroup()) {
|
||||||
std::cout << "CastToGroup error" << std::endl;
|
std::cout << "CastToGroup error" << std::endl;
|
||||||
DebugBreak();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user