mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 05:07:37 +00:00
Remove Unneeded DebugBreak:
This commit is contained in:
@@ -75,7 +75,6 @@ Client *Entity::CastToClient()
|
|||||||
{
|
{
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user