File tree Expand file tree Collapse file tree 1 file changed +0
-15
lines changed
srcds/addons/source-python/plugins/admin/plugins/included/admin_kick_ban Expand file tree Collapse file tree 1 file changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -78,21 +78,6 @@ class _KickPage(PlayerBasedFeaturePage):
78
78
menu_section_ip_address = menu_section .add_entry (MenuSection (
79
79
menu_section , plugin_strings ['section_title ip_address_bans' ]))
80
80
81
- """
82
- lift_steamid_ban_popup_feature.ban_popup.parent_menu = (
83
- menu_section_steamid.popup)
84
- lift_ip_address_ban_popup_feature.ban_popup.parent_menu = (
85
- menu_section_ip_address.popup)
86
- lift_any_steamid_ban_popup_feature.ban_popup.parent_menu = (
87
- menu_section_steamid.popup)
88
- lift_any_ip_address_ban_popup_feature.ban_popup.parent_menu = (
89
- menu_section_ip_address.popup)
90
- review_steamid_ban_popup_feature.ban_popup.parent_menu = (
91
- menu_section_steamid.popup)
92
- review_ip_address_ban_popup_feature.ban_popup.parent_menu = (
93
- menu_section_ip_address.popup)
94
- """
95
-
96
81
menu_section .add_entry (_KickMenuCommand (
97
82
kick_feature ,
98
83
menu_section ,
You can’t perform that action at this time.
0 commit comments