diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-15 16:35:49 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2016-05-15 16:35:49 -0400 |
| commit | adf6b604ffab965326305f6a9e0d4469cd4675be (patch) | |
| tree | 90624528d64e4e3edf9dc896f5831691c3d7e770 /gamemode/utility.lua | |
| parent | 21fddf4b2280753e355faa195c6013b596b9c62b (diff) | |
| download | gmstranded-adf6b604ffab965326305f6a9e0d4469cd4675be.tar.gz gmstranded-adf6b604ffab965326305f6a9e0d4469cd4675be.tar.bz2 gmstranded-adf6b604ffab965326305f6a9e0d4469cd4675be.zip | |
Maybe I found the problem?
Diffstat (limited to 'gamemode/utility.lua')
| -rw-r--r-- | gamemode/utility.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gamemode/utility.lua b/gamemode/utility.lua index ec7eaab..5cc05e0 100644 --- a/gamemode/utility.lua +++ b/gamemode/utility.lua @@ -2,7 +2,7 @@ print("Utility.lua included!") function findRecursive(folderstring,recursive,dofunction) - local folderpath = --[["gamemodes/" .. GM.GAMEMODE_FOLDER_NAME .. "/gamemode/" .. ]]folderstring .. "/" + local folderpath = GM.GAMEMODE_FOLDER_NAME .. "/gamemode/" .. folderstring .. "/" local files, directories = file.Find(folderpath .. "*", "LUA") for k,v in pairs(files) do dofunction(folderstring .. "/".. v) |
