mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 12:37:26 +01:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user