[MIRROR] use ref. if really needed (#12828)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-06-21 19:56:01 -04:00
committed by GitHub
co-authored by Kashargul
parent 85e42a533a
commit 66e5f3ee5c
16 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -67,6 +67,6 @@ ADMIN_VERB(capture_map, R_ADMIN, "Capture Map Part", "Usage: Capture-Map-Part ta
var/file_name = "map_capture_x[tx]_y[ty]_z[tz]_r[range].png"
to_chat(user, span_filter_notice("Saved capture in cache as [file_name]."))
DIRECT_OUTPUT(user, browse_rsc(cap, file_name))
send_rsc(user, cap, file_name)
else
to_chat(user, span_filter_notice("Target coordinates are incorrect."))