mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Json spawning is now logged (#18828)
* Json spawning is now logged * Update code/modules/admin/verbs/serialization.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
@@ -24,3 +24,5 @@
|
||||
var/json_text = input("Enter the JSON code:","Text") as message|null
|
||||
if(json_text)
|
||||
json_to_object(json_text, get_turf(usr))
|
||||
message_admins("[key_name_admin(usr)] spawned an atom from a custom JSON object.")
|
||||
log_admin("[key_name(usr)] spawned an atom from a custom JSON object, JSON Text: [json_text]")
|
||||
|
||||
Reference in New Issue
Block a user