From 75d919afc2acce038f9deb832ea7d20ae582bf41 Mon Sep 17 00:00:00 2001 From: harryob <55142896+harryob@users.noreply.github.com> Date: Sat, 1 Jul 2023 19:49:43 +0100 Subject: [PATCH] restores the browse_rsc functionality for localhost --- code/modules/asset_cache/asset_list_items.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/asset_cache/asset_list_items.dm b/code/modules/asset_cache/asset_list_items.dm index fdfd161d3427..4ca05fe8a93c 100644 --- a/code/modules/asset_cache/asset_list_items.dm +++ b/code/modules/asset_cache/asset_list_items.dm @@ -139,6 +139,7 @@ ) /datum/asset/simple/paper + keep_local_name = TRUE assets = list( "wylogo.png" = 'html/images/wylogo.png', "uscmlogo.png" = 'html/images/uscmlogo.png',