mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 08:04:22 +01:00
use ref. if really needed (#19518)
* use ref. if really needed * replace browse_rsc with the macro for it
This commit is contained in:
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user