mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-20 04:17:33 +01:00
Remove the datum pool (#2873)
Removes the datum pool. New-qdel is faster than pooling, and we didn't use it anyways.
This commit is contained in:
@@ -207,7 +207,6 @@ var/list/admin_verbs_debug = list(
|
||||
/client/proc/dsay,
|
||||
/client/proc/toggle_recursive_explosions,
|
||||
/client/proc/restart_sql,
|
||||
/client/proc/debug_pooling,
|
||||
/client/proc/fix_player_list,
|
||||
/client/proc/lighting_show_verbs,
|
||||
/client/proc/restart_controller,
|
||||
@@ -303,8 +302,7 @@ var/list/admin_verbs_hideable = list(
|
||||
/client/proc/roll_dices,
|
||||
/proc/possess,
|
||||
/proc/release,
|
||||
/client/proc/toggle_recursive_explosions,
|
||||
/client/proc/debug_pooling
|
||||
/client/proc/toggle_recursive_explosions
|
||||
)
|
||||
var/list/admin_verbs_mod = list(
|
||||
/client/proc/cmd_admin_pm_context, // right-click adminPM interface,
|
||||
|
||||
Reference in New Issue
Block a user