Skip to content

Commit

Permalink
Fix busy zip file cache
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown-gd committed Aug 13, 2023
1 parent f182c59 commit 2845fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/gpm/zip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,6 @@ function Read( filePath, gamePath )
files[ filePath ] = content
end

fileHandle:Close()
return files
end

0 comments on commit 2845fb2

Please sign in to comment.