summaryrefslogtreecommitdiff
path: root/modules/commands/cs_kick.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_kick.cpp')
-rw-r--r--modules/commands/cs_kick.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_kick.cpp b/modules/commands/cs_kick.cpp
index 2756f3a59..27f4dbac9 100644
--- a/modules/commands/cs_kick.cpp
+++ b/modules/commands/cs_kick.cpp
@@ -11,7 +11,7 @@
#include "module.h"
-class CommandCSKick
+class CommandCSKick final
: public Command
{
public:
@@ -134,7 +134,7 @@ public:
}
};
-class CSKick
+class CSKick final
: public Module
{
CommandCSKick commandcskick;