use ref. if really needed (#19518)

* use ref. if really needed

* replace browse_rsc with the macro for it
This commit is contained in:
Kashargul
2026-06-20 21:50:43 +02:00
committed by GitHub
parent 4a1efa8f22
commit 9cb6b2ec55
16 changed files with 52 additions and 52 deletions
+1 -1
View File
@@ -380,7 +380,7 @@
var/datum/callback/callback = settings["preview_callback"]
preview_icon = callback.Invoke(settings)
if (preview_icon)
user << browse_rsc(preview_icon, "previewicon.png")
send_rsc(user, preview_icon, "previewicon.png")
var/list/display_list = list()
for (var/name in settings["mainsettings"])