mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-12 01:11:29 +00:00
Remove Unneeded DebugBreak:
This commit is contained in:
parent
98f0d4df49
commit
440ca97a79
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user