summaryrefslogtreecommitdiffstats
path: root/src/Server.cpp
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2014-02-09 00:02:16 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2014-02-09 00:02:16 +0100
commit645c096e2b76c6a42a2b0c679553475d63054f75 (patch)
treeb4a6108cb403514641853617df6d55ea80e56ced /src/Server.cpp
parentFixed comment. (diff)
downloadcuberite-645c096e2b76c6a42a2b0c679553475d63054f75.tar
cuberite-645c096e2b76c6a42a2b0c679553475d63054f75.tar.gz
cuberite-645c096e2b76c6a42a2b0c679553475d63054f75.tar.bz2
cuberite-645c096e2b76c6a42a2b0c679553475d63054f75.tar.lz
cuberite-645c096e2b76c6a42a2b0c679553475d63054f75.tar.xz
cuberite-645c096e2b76c6a42a2b0c679553475d63054f75.tar.zst
cuberite-645c096e2b76c6a42a2b0c679553475d63054f75.zip
Diffstat (limited to '')
-rw-r--r--src/Server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Server.cpp b/src/Server.cpp
index ba2b46d55..62b4442d2 100644
--- a/src/Server.cpp
+++ b/src/Server.cpp
@@ -459,6 +459,7 @@ void cServer::ExecuteConsoleCommand(const AString & a_Cmd, cCommandOutputCallbac
if (split[0] == "reload")
{
cPluginManager::Get()->ReloadPlugins();
+ cRoot::Get()->ReloadGroups();
return;
}