diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/game-server/commandhandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game-server/commandhandler.cpp b/src/game-server/commandhandler.cpp index 919ce7fc..f9a0522b 100644 --- a/src/game-server/commandhandler.cpp +++ b/src/game-server/commandhandler.cpp @@ -1713,7 +1713,7 @@ static void handleListAbility(Entity *player, std::string &args) auto *abilityComponent = other->getComponent<AbilityComponent>(); - say("Abilityies of character " + + say("Abilities of character " + other->getComponent<BeingComponent>()->getName() + ":", player); for (auto &abilityIt : abilityComponent->getAbilities()) { |