mirror of
https://github.com/etlegacy/wolfadmin.git
synced 2024-11-21 20:01:18 +00:00
Removed unused parameter
This commit is contained in:
parent
11c75c5738
commit
77eaec7ef9
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ function files.ls(directory)
|
|||
return entries
|
||||
end
|
||||
|
||||
function files.loadFromCFG(fileName, idExpr, fileCreate)
|
||||
function files.loadFromCFG(fileName, idExpr)
|
||||
local fileDescriptor, fileLength = et.trap_FS_FOpenFile(fileName, et.FS_READ)
|
||||
|
||||
if fileLength == -1 then
|
||||
|
|
Loading…
Reference in a new issue