Skip to content

Commit

Permalink
Fix display bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikuAuahDark committed Dec 22, 2019
1 parent 26ba1af commit 63dfdce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion assets/i18n/english.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"beatmapSelect:download:errorStatusCode": "Error: HTTP %{code}",
"beatmapSelect:download:errorGeneric": "Error: %{message}",
"beatmapSelect:download:ready": "Ready",
"beatmapSelect:download:refreshed": "List refreshed",
"beatmapSelect:download:title": "Beatmap Downloader",
"beatmapSelect:download:view": "Beatmap Info",
"beatmapSelect:insert": "Insert Beatmaps",
Expand Down
1 change: 0 additions & 1 deletion game/states/download_list.lua
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,6 @@ local function downloadFinishCallback(self)
if dldata then
local mapData = table.concat(dldata.data)
-- Save map data and initialize
setStatusText(self, L"beatmapSelect:download:refreshed")
async.runFunction(initializeBeatmapList):run(self, mapData, dldata.header.etag)
self.persist.downloadData = nil
end
Expand Down

0 comments on commit 63dfdce

Please sign in to comment.