mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-20 08:32:25 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
7fef8de50a
commit
f44155a317
@ -91,7 +91,6 @@ NPC *Entity::CastToNPC()
|
||||
#ifdef _EQDEBUG
|
||||
if (!IsNPC()) {
|
||||
std::cout << "CastToNPC error" << std::endl;
|
||||
DebugBreak();
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user