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