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