mirror of
https://github.com/Jackzmc/sourcemod-plugins.git
synced 2025-05-08 05:33:21 +00:00
Changes
This commit is contained in:
parent
1a1663ba37
commit
ed383ecc91
14 changed files with 553 additions and 46 deletions
|
@ -203,6 +203,7 @@ void LoadFolder(ArrayList parent, const char[] rootPath) {
|
|||
DirectoryListing listing = OpenDirectory(rootPath);
|
||||
if(listing == null) {
|
||||
LogError("Cannot open \"%s\"", rootPath);
|
||||
return;
|
||||
}
|
||||
while(listing.GetNext(buffer, sizeof(buffer), fileType)) {
|
||||
if(fileType == FileType_Directory) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue