Skip to content

Commit

Permalink
LOLLL
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubberduckycooly committed Oct 22, 2021
1 parent 0966aa2 commit 005518a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RSDKv3/ModAPI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ void scanModFolder(ModInfo *info)
}
}

// Check for Bytecode/ replacements
// Check for Videos/ replacements
fs::path videosPath = resolvePath(modDir + "/Videos");

if (fs::exists(videosPath) && fs::is_directory(videosPath)) {
Expand Down

0 comments on commit 005518a

Please sign in to comment.