From 9f9ee73dd454d41b2ddd722b60a5fba33f917b20 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 2 Mar 2019 13:32:35 +0000 Subject: [PATCH] Make comment more verbose --- pack.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pack.php b/pack.php index 7b80d07..c97a13f 100644 --- a/pack.php +++ b/pack.php @@ -97,7 +97,7 @@ foreach($module_list as $module) ); - // Pack the extra files + // Pack the extra files that were downloaded in build.php foreach($module->extra_data as $filepath_pack => $extra_data_item) { if(is_string($extra_data_item)) { // TODO: Test whether this works for urls. If not, then we'll need to implement a workaround