mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-15 20:51:29 +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) {
|
if (this == 0x00) {
|
||||||
std::cout << "CastToClient error (nullptr)" << std::endl;
|
std::cout << "CastToClient error (nullptr)" << std::endl;
|
||||||
DebugBreak();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#ifdef _EQDEBUG
|
#ifdef _EQDEBUG
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user