mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-06 05:13:52 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
440ca97a79
commit
7fef8de50a
@ -80,7 +80,6 @@ Client *Entity::CastToClient()
|
||||
#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