summaryrefslogtreecommitdiff
path: root/src/actormanager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/actormanager.h')
-rw-r--r--src/actormanager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/actormanager.h b/src/actormanager.h
index 28aa25417..78f53a6d5 100644
--- a/src/actormanager.h
+++ b/src/actormanager.h
@@ -363,6 +363,8 @@ class ActorManager final: public ConfigListener
void updateSeenPlayers(const std::set<std::string> &onlinePlayers);
+ std::string getSeenPlayerById(const BeingId id);
+
size_t size() const
{ return mActors.size(); }