mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 17:38:26 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
@@ -176,7 +176,6 @@ const Client *Entity::CastToClient() const
|
||||
{
|
||||
if (this == 0x00) {
|
||||
std::cout << "CastToClient error (nullptr)" << std::endl;
|
||||
DebugBreak();
|
||||
return 0;
|
||||
}
|
||||
#ifdef _EQDEBUG
|
||||
|
||||
Reference in New Issue
Block a user