From d56782f645596b97339352dfd2ae60b5e1cd8689 Mon Sep 17 00:00:00 2001 From: Orange Borg Date: Sat, 28 Feb 2015 10:26:38 +1300 Subject: [PATCH] compile your shit they say Don't kill me they say --- code/controllers/subsystem/nanoUI.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/controllers/subsystem/nanoUI.dm b/code/controllers/subsystem/nanoUI.dm index 45fc8f8c1f4..e8452ce5054 100644 --- a/code/controllers/subsystem/nanoUI.dm +++ b/code/controllers/subsystem/nanoUI.dm @@ -30,7 +30,7 @@ var/datum/subsystem/nano/SSnano //Ignore directories if(copytext(filename, length(filename)) != "/") if(fexists(path + filename)) - asset_files.Add(fcopy_rsc(path + filename)) + asset_files.Add(fcopy_rsc(path + filename)) /datum/subsystem/nano/stat_entry()