mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
[MIRROR] use ref. if really needed (#12828)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
85e42a533a
commit
66e5f3ee5c
@@ -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."))
|
||||
|
||||
Reference in New Issue
Block a user