Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/gameserver.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/gameserver.cc b/src/core/gameserver.cc
index 4172d4f..0a2370c 100644
--- a/src/core/gameserver.cc
+++ b/src/core/gameserver.cc
@@ -195,6 +195,8 @@ GameServer::~GameServer()
delete server_module;
}
+ Func::remove("kick");
+
Func::remove("mute");
Func::remove("unmute");