Skip to content

Commit

Permalink
fix __load_script
Browse files Browse the repository at this point in the history
  • Loading branch information
Xertis authored and MihailRis committed Oct 20, 2024
1 parent 6b84fa8 commit a44e372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/scripts/stdmin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ end
-- Example `base:scripts/tests.lua`
--
-- nocache - ignore cached script, load anyway
local function __load_script(path, nocache)
function __load_script(path, nocache)
local packname, filename = parse_path(path)

-- __cached_scripts used in condition because cached result may be nil
Expand Down

0 comments on commit a44e372

Please sign in to comment.