Bump rustg to v1.2.0+a2 (#16163)

* Bump, debug verb and changelog

* Removed udp_debugger
This commit is contained in:
Fluffy
2023-04-09 10:31:14 +00:00
committed by GitHub
parent 35959076e1
commit 9283d96c69
9 changed files with 154 additions and 22 deletions
+6 -3
View File
@@ -226,7 +226,8 @@ var/list/admin_verbs_debug = list(
/client/proc/disconnect_ntsl,
/turf/proc/view_chunk,
/turf/proc/update_chunk,
/client/proc/profiler_start
/client/proc/profiler_start,
/client/proc/rustg_send_udp
)
var/list/admin_verbs_paranoid_debug = list(
@@ -400,7 +401,8 @@ var/list/admin_verbs_hideable = list(
/proc/possess,
/proc/release,
/client/proc/force_away_mission,
/client/proc/profiler_start
/client/proc/profiler_start,
/client/proc/rustg_send_udp
)
var/list/admin_verbs_mod = list(
/client/proc/cmd_admin_pm_context, // right-click adminPM interface,
@@ -464,7 +466,8 @@ var/list/admin_verbs_dev = list( //will need to be altered - Ryan784
/client/proc/cmd_display_del_log,
/client/proc/cmd_display_init_log,
/client/proc/create_poll, //Allows to create polls
/client/proc/profiler_start
/client/proc/profiler_start,
/client/proc/rustg_send_udp
)
var/list/admin_verbs_cciaa = list(
/client/proc/cmd_admin_pm_panel, /*admin-pm list*/