forked from mirror/openmw-tes3mp
[Client] Clean up debug for spell usage
This commit is contained in:
parent
826e64b40e
commit
b6324e3532
1 changed files with 1 additions and 2 deletions
|
@ -288,8 +288,7 @@ void MechanicsHelper::processAttack(Attack attack, const MWWorld::Ptr& attacker)
|
||||||
attack.instant = false;
|
attack.instant = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_MESSAGE_SIMPLE(Log::LOG_VERBOSE, "SpellId: %s", attack.spellId.c_str());
|
LOG_APPEND(Log::LOG_VERBOSE, "- spellId: %s, success: %s", attack.spellId.c_str(), attack.success ? "true" : "false");
|
||||||
LOG_APPEND(Log::LOG_VERBOSE, " - success: %d", attack.success);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue