Adds LDAP but for 2d spessmen (#9527)

This commit is contained in:
Erki
2020-08-10 13:56:39 +02:00
committed by GitHub
parent e717274903
commit 7097912fd1
20 changed files with 598 additions and 415 deletions
+1 -4
View File
@@ -196,7 +196,6 @@ var/list/admin_verbs_debug = list(
/client/proc/cmd_debug_tog_aliens,
/client/proc/air_report,
/client/proc/reload_admins,
/client/proc/reload_mentors,
/client/proc/print_random_map,
/client/proc/create_random_map,
/client/proc/apply_random_map,
@@ -374,7 +373,6 @@ var/list/admin_verbs_hideable = list(
/client/proc/cmd_debug_tog_aliens,
/client/proc/air_report,
/client/proc/reload_admins,
/client/proc/reload_mentors,
/client/proc/restart_controller,
/client/proc/print_random_map,
/client/proc/create_random_map,
@@ -608,8 +606,7 @@ var/list/admin_verbs_cciaa = list(
set name = "Player Panel"
set category = "Admin"
if(holder)
if(!global_player_panel)
global_player_panel = new()
var/static/datum/vueui_module/player_panel/global_player_panel = new()
global_player_panel.ui_interact(usr)
feedback_add_details("admin_verb","PPM") //If you are copy-pasting this, ensure the 2nd parameter is unique to the new proc!
return