Changes last debug verb to proc and adds it to debug list

This commit is contained in:
mwerezak
2014-09-15 22:43:17 -04:00
parent 1ec1f2c6d3
commit 590ff03c86
2 changed files with 4 additions and 4 deletions
+1
View File
@@ -164,6 +164,7 @@ var/list/debug_verbs = list (
,/client/proc/view_power_update_stats_area
,/client/proc/view_power_update_stats_machines
,/client/proc/toggle_power_update_profiling
,/client/proc/atmos_toggle_debug
)