From 2845fb2f9e008d3e09a96df4623e76c52ff3b080 Mon Sep 17 00:00:00 2001 From: PrikolMen Date: Sun, 13 Aug 2023 20:31:56 +0400 Subject: [PATCH] Fix busy zip file cache --- lua/gpm/zip.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/gpm/zip.lua b/lua/gpm/zip.lua index 6da48e13..91e519db 100644 --- a/lua/gpm/zip.lua +++ b/lua/gpm/zip.lua @@ -69,5 +69,6 @@ function Read( filePath, gamePath ) files[ filePath ] = content end + fileHandle:Close() return files end \ No newline at end of file