mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 00:55:20 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-sync
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
apps_to_download += default_programs + pda_programs
|
||||
apps_to_download += starting_programs
|
||||
|
||||
for(var/programs as anything in apps_to_download)
|
||||
for(var/programs in apps_to_download)
|
||||
var/datum/computer_file/program/program_type = new programs
|
||||
store_file(program_type)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user