mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 11:10:26 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user