From e9ec2b6e1d593c6c6eef873639205698f1b97341 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 7 Apr 2024 11:15:50 +0200 Subject: [PATCH] addendum to last commit --- files/helpers/config/holeaction_types.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/files/helpers/config/holeaction_types.py b/files/helpers/config/holeaction_types.py index 017a46c23..d0cfb2d76 100644 --- a/files/helpers/config/holeaction_types.py +++ b/files/helpers/config/holeaction_types.py @@ -19,11 +19,6 @@ HOLEACTION_TYPES = { "icon": 'fa-user-crown', "color": 'bg-danger' }, - 'kick_post': { - "str": 'kicked post {self.target_link}', - "icon": 'fa-feather-alt', - "color": 'bg-danger' - }, 'change_hole': { "str": 'changed hole of {self.target_link}', "icon": 'fa-manhole',