summaryrefslogtreecommitdiff
path: root/src/commands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.cpp')
-rw-r--r--src/commands.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 02697c7ab..b534c8616 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -413,13 +413,6 @@ impHandler0(testsdlfont)
return true;
}
-impHandler(dumpMods)
-{
- std::string str = "enabled mods: " + serverConfig.getValue("mods", "");
- outStringNormal(event.tab, str, str);
- return true;
-}
-
impHandler0(debugSpawn)
{
int cnt = atoi(event.args.c_str());