mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-10 18:32:24 +00:00
Remove Unneeded DebugBreak
This commit is contained in:
parent
a6a86f030c
commit
013216ff2b
@ -268,7 +268,6 @@ Bot *Entity::CastToBot()
|
|||||||
#ifdef _EQDEBUG
|
#ifdef _EQDEBUG
|
||||||
if (!IsBot()) {
|
if (!IsBot()) {
|
||||||
std::cout << "CastToBot error" << std::endl;
|
std::cout << "CastToBot error" << std::endl;
|
||||||
DebugBreak();
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user