Trying to fix the dna t

This commit is contained in:
Artur
2020-07-03 00:55:18 +03:00
parent 6ee1eba56c
commit 365aadec54
6 changed files with 68 additions and 34 deletions
-8
View File
@@ -144,11 +144,3 @@
//world.time of when the crew manifest can be accessed
var/crew_manifest_delay
// List of all asset filenames sent to this client by the asset cache, along with their assoicated md5s
var/list/sent_assets = list()
/// List of all completed blocking send jobs awaiting acknowledgement by send_asset
var/list/completed_asset_jobs = list()
/// Last asset send job id.
var/last_asset_job = 0
var/last_completed_asset_job = 0