summaryrefslogtreecommitdiff
path: root/src/server.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-10-18 00:01:50 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-10-18 00:01:50 +0300
commit78f4142f4ff033351030a2008f76c6bf8768780c (patch)
tree9c393d679276546f4d599b71912a4db56c196352 /src/server.h
parentea1fda5ebc7fe0aa276de768cacd81df365c69a3 (diff)
downloadminetest-78f4142f4ff033351030a2008f76c6bf8768780c.tar.gz
minetest-78f4142f4ff033351030a2008f76c6bf8768780c.tar.bz2
minetest-78f4142f4ff033351030a2008f76c6bf8768780c.zip
Add /clearobjects
Diffstat (limited to 'src/server.h')
-rw-r--r--src/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server.h b/src/server.h
index 1e7e41c96..dac7e2826 100644
--- a/src/server.h
+++ b/src/server.h
@@ -475,6 +475,7 @@ public:
// Envlock and conlock should be locked when calling this
void notifyPlayer(const char *name, const std::wstring msg);
+ void notifyPlayers(const std::wstring msg);
private: