Modular computer fixes and improvements 2 (#20170)

* Fixes runtime with can_run

* tr
This commit is contained in:
Shadowlight213
2016-08-30 01:43:53 -07:00
committed by AnturK
parent c3f5577eb5
commit e625464e09
8 changed files with 87 additions and 46 deletions
@@ -170,7 +170,7 @@ var/global/nttransfer_uid = 0
data["uploading"] = 1
data["upload_uid"] = unique_token
data["upload_clients"] = connected_clients.len
data["haspassword"] = server_password ? 1 : 0
data["upload_haspassword"] = server_password ? 1 : 0
data["upload_filename"] = "[provided_file.filename].[provided_file.filetype]"
else if (upload_menu)
var/list/all_files[0]