summaryrefslogtreecommitdiff
path: root/src/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server.h')
-rw-r--r--src/server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server.h b/src/server.h
index f65bd1957..1e7e41c96 100644
--- a/src/server.h
+++ b/src/server.h
@@ -472,6 +472,9 @@ public:
{
return m_con.GetPeerNoEx(peer_id);
}
+
+ // Envlock and conlock should be locked when calling this
+ void notifyPlayer(const char *name, const std::wstring msg);
private: