diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game-server/abilitycomponent.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/game-server/abilitycomponent.cpp b/src/game-server/abilitycomponent.cpp index e8113e67..c005635a 100644 --- a/src/game-server/abilitycomponent.cpp +++ b/src/game-server/abilitycomponent.cpp @@ -76,8 +76,7 @@ bool AbilityComponent::abilityUseCheck(AbilityMap::iterator it) if (it == mAbilities.end()) { - LOG_INFO("Entity uses ability " << it->first - << " without authorization."); + LOG_INFO("Entity uses ability without authorization."); return false; } |