Skip to content

Commit 5fc0826

Browse files
committed
Comment.
1 parent dc7ecee commit 5fc0826

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LuaMenu/widgets/api_download_handler.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ end
202202
-- Externals Functions
203203

204204
function externalFunctions.HasReplay(name)
205-
local replays = VFS.DirList("demos")
205+
local replays = VFS.DirList("demos") -- Please improve on this method.
206206
if not (string.find(name, "demos/") or string.find(name, "demos\\")) then
207207
name = "demos/" .. name
208208
end

0 commit comments

Comments
 (0)