From 70f27cfd6de7052905ffd3634c7fc240f7a13284 Mon Sep 17 00:00:00 2001 From: ItsSelis Date: Sun, 5 Jun 2022 23:47:49 +0200 Subject: [PATCH] Update asset_list_items.dm --- code/modules/asset_cache/asset_list_items.dm | 5 ----- 1 file changed, 5 deletions(-) diff --git a/code/modules/asset_cache/asset_list_items.dm b/code/modules/asset_cache/asset_list_items.dm index ffd7033c4d2..68d5bbf2657 100644 --- a/code/modules/asset_cache/asset_list_items.dm +++ b/code/modules/asset_cache/asset_list_items.dm @@ -1,9 +1,4 @@ //DEFINITIONS FOR ASSET DATUMS START HERE. -/datum/asset/simple/tgui_common - // keep_local_name = TRUE - assets = list( - "tgui-common.bundle.js" = file("tgui/public/tgui-common.bundle.js"), - ) /datum/asset/simple/tgui // keep_local_name = TRUE