Small fix

very small fix
This commit is contained in:
Robert Jelic
2022-09-21 22:40:28 +02:00
parent f228db33f2
commit 6907a44781

View File

@@ -3,7 +3,7 @@ local function loadNFP(path)
end
local function loadBIMG(path)
local f = fs.open(path, "r")
local f = fs.open(path, "rb")
local content = load("return "..f.readAll())()
f.close()
if(content~=nil)then