[ADMIN] Allows saving of JSON datums server side (#21860)

* Allows saving of JSON datums server side

* derp

* I am so livid I am webediting this

* my god I have fallen off
This commit is contained in:
AffectedArc07
2023-08-21 19:44:14 +01:00
committed by GitHub
parent fc7176b3b6
commit 50f4bee13d
7 changed files with 207 additions and 4 deletions
+2 -1
View File
@@ -117,7 +117,8 @@ GLOBAL_LIST_INIT(admin_verbs_spawn, list(
/datum/admins/proc/spawn_atom, /*allows us to spawn instances*/
/client/proc/respawn_character,
/client/proc/admin_deserialize,
/client/proc/create_crate
/client/proc/create_crate,
/client/proc/json_spawn_menu
))
GLOBAL_LIST_INIT(admin_verbs_server, list(
/client/proc/reload_admins,