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):
7878menu_section_ip_address = menu_section .add_entry (MenuSection (
7979 menu_section , plugin_strings ['section_title ip_address_bans' ]))
8080
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-
9681menu_section .add_entry (_KickMenuCommand (
9782 kick_feature ,
9883 menu_section ,
You can’t perform that action at this time.
0 commit comments