Skip to content

Commit 63dfdce

Browse files
committed
Fix display bug.
1 parent 26ba1af commit 63dfdce

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

assets/i18n/english.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
"beatmapSelect:download:errorStatusCode": "Error: HTTP %{code}",
3838
"beatmapSelect:download:errorGeneric": "Error: %{message}",
3939
"beatmapSelect:download:ready": "Ready",
40-
"beatmapSelect:download:refreshed": "List refreshed",
4140
"beatmapSelect:download:title": "Beatmap Downloader",
4241
"beatmapSelect:download:view": "Beatmap Info",
4342
"beatmapSelect:insert": "Insert Beatmaps",

game/states/download_list.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ local function downloadFinishCallback(self)
294294
if dldata then
295295
local mapData = table.concat(dldata.data)
296296
-- Save map data and initialize
297-
setStatusText(self, L"beatmapSelect:download:refreshed")
298297
async.runFunction(initializeBeatmapList):run(self, mapData, dldata.header.etag)
299298
self.persist.downloadData = nil
300299
end

0 commit comments

Comments
 (0)