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 7491c678e..b4a18aaf2 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -384,12 +384,6 @@ impHandler0(present) return false; } -impHandler(ignore) -{ - changeRelation(event.args, PlayerRelation::IGNORED, "ignored", event.tab); - return true; -} - impHandler(beFriend) { // TRANSLATORS: adding friend command |