diff options
| author | Stijn Buys <ingar@osirion.org> | 2008-07-15 00:16:45 +0000 |
|---|---|---|
| committer | Stijn Buys <ingar@osirion.org> | 2008-07-15 00:16:45 +0000 |
| commit | 84d6f8c6a58c2b0e94a6137b4a055a4e32d29457 (patch) | |
| tree | aa39a09291cf7bbcc21287c44cc895192233da4d /src/core | |
| parent | bb73e3aaa036fb4450e98c715e80a6e8d9f2714d (diff) | |
various small fixes
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/gameserver.cc | 2 |
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"); |
