mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-14 16:02:26 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
0db638c8c0
commit
26b65a05a9
@ -181,7 +181,6 @@ const Client *Entity::CastToClient() const
|
|||||||
#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