mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 11:31:30 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
456356d626
commit
0db638c8c0
@ -176,7 +176,6 @@ const Client *Entity::CastToClient() const
|
||||
{
|
||||
if (this == 0x00) {
|
||||
std::cout << "CastToClient error (nullptr)" << std::endl;
|
||||
DebugBreak();
|
||||
return 0;
|
||||
}
|
||||
#ifdef _EQDEBUG
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user