mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
56b0a2aa4f
commit
a6a86f030c
@ -246,7 +246,6 @@ const Object *Entity::CastToObject() const
|
||||
#ifdef _EQDEBUG
|
||||
if (!IsObject()) {
|
||||
std::cout << "CastToObject error" << std::endl;
|
||||
DebugBreak();
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user