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