forked from teamnwah/openmw-tes3coop
Removed debug output
This commit is contained in:
parent
6741fbe7a9
commit
edc51ab768
1 changed files with 0 additions and 1 deletions
|
@ -435,7 +435,6 @@ namespace MWMechanics
|
||||||
magnitude *= magnitudeMult;
|
magnitude *= magnitudeMult;
|
||||||
|
|
||||||
bool hasDuration = !(magicEffect->mData.mFlags & ESM::MagicEffect::NoDuration) && effectIt->mDuration > 0;
|
bool hasDuration = !(magicEffect->mData.mFlags & ESM::MagicEffect::NoDuration) && effectIt->mDuration > 0;
|
||||||
std::cout << (hasDuration == true ? "true" : "false") << std::endl;
|
|
||||||
if (target.getClass().isActor() && hasDuration)
|
if (target.getClass().isActor() && hasDuration)
|
||||||
{
|
{
|
||||||
ActiveSpells::ActiveEffect effect;
|
ActiveSpells::ActiveEffect effect;
|
||||||
|
|
Loading…
Reference in a new issue