mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-01 07:12:26 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
440ca97a79
commit
7fef8de50a
@ -80,7 +80,6 @@ Client *Entity::CastToClient()
|
|||||||
#ifdef _EQDEBUG
|
#ifdef _EQDEBUG
|
||||||
if (!IsClient()) {
|
if (!IsClient()) {
|
||||||
std::cout << "CastToClient error (not client?)" << std::endl;
|
std::cout << "CastToClient error (not client?)" << std::endl;
|
||||||
DebugBreak();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user