Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
was showing uploading promoting vpk instead of uploading gamedata
Browse files Browse the repository at this point in the history
  • Loading branch information
gordon0001 committed Sep 22, 2016
1 parent 87e6771 commit 8b8790f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/com/soywiz/vitaorganizer/tasks/SendDataToVitaTask.kt
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ class SendDataToVitaTask(vitaOrganizer: VitaOrganizer, val vpkFile: VpkFile) : V
}
}) { status ->
//println("$status")
Texts.format("STEP_SENDING_GAME_UPLOADING", "id" to vpkFile.id, "fileRange" to status.fileRange, "sizeRange" to status.sizeRange, "speed" to status.speedString)
status(Texts.format("STEP_UPLOADING_VPK_FOR_PROMOTING", "current" to status.currentSizeString, "total" to status.totalSizeString, "speed" to status.speedString))
status(Texts.format("STEP_SENDING_GAME_UPLOADING", "id" to vpkFile.id, "fileRange" to status.fileRange, "sizeRange" to status.sizeRange, "speed" to status.speedString))
}
}
//statusLabel.text = "Processing game ${vitaGameCount + 1}/${vitaGameIds.size} ($gameId)..."
Expand Down

0 comments on commit 8b8790f

Please sign in to comment.