diff options
Diffstat (limited to 'src/commands.cpp')
-rw-r--r-- | src/commands.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/commands.cpp b/src/commands.cpp index 608be620f..eb3e44e96 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -219,12 +219,6 @@ impHandler(dumpTests) return true; } -impHandler(setDrop) -{ - GameModifiers::setQuickDropCounter(atoi(event.args.c_str())); - return true; -} - impHandler0(error) { const int *const ptr = nullptr; |