mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2025-02-17 05:18:27 +00:00
remove commented code
This commit is contained in:
parent
e711eaae58
commit
16f991db98
1 changed files with 0 additions and 3 deletions
|
@ -46,9 +46,6 @@ namespace SanAndreasUnity.Behaviours
|
|||
allFiles.AddRange(filePaths);
|
||||
}
|
||||
|
||||
//allFiles.RemoveAll(path => !path.EndsWith(".json", StringComparison.InvariantCultureIgnoreCase) || !path.EndsWith(".dll", StringComparison.InvariantCultureIgnoreCase));
|
||||
|
||||
|
||||
int numLoaded = 0;
|
||||
foreach (string pluginFilePath in allFiles)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue