mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-26 10:22:25 +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
|
||||
if (!IsClient()) {
|
||||
std::cout << "CastToClient error (not client?)" << std::endl;
|
||||
DebugBreak();
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user