summaryrefslogtreecommitdiff
path: root/src/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/environment.h')
-rw-r--r--src/environment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/environment.h b/src/environment.h
index b35ca4249..794f1971c 100644
--- a/src/environment.h
+++ b/src/environment.h
@@ -221,6 +221,7 @@ public:
float getSendRecommendedInterval()
{ return m_recommended_send_interval; }
+ void kickAllPlayers(const std::string &reason);
// Save players
void saveLoadedPlayers();
void savePlayer(const std::string &playername);