missing icon fix & stop throwing out parts

This commit is contained in:
Letter N
2021-03-05 19:29:52 +08:00
parent 4f8d6c7c11
commit 34697acf74
7 changed files with 28 additions and 30 deletions
+1 -1
View File
@@ -24,7 +24,7 @@
/datum/asset_cache_item/New(name, file)
if (!isfile(file))
file = fcopy_rsc(file)
hash = md5asfile(file) //icons sent to the rsc sometimes md5 incorrectly
if (!hash)
CRASH("invalid asset sent to asset cache")