Skip to content

Commit e375190

Browse files
committed
PathManager: Fixed accessibility of GetPath()
1 parent 081bf9d commit e375190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Statics/PathManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ public static ModInfo GetModInfo(string bundleFileName)
143143
/// <exception cref="NullIteratorException"></exception>
144144
/// <param name="fileName">The file name to search for.</param>
145145
/// <returns>The path to <paramref name="fileName"/>.</returns>
146-
private static string GetPath(string fileName)
146+
public static string GetPath(string fileName)
147147
{
148148
fileName.NullOrEmptyCheck("You cannot retrieve a path if the file name is null or empty.");
149149

0 commit comments

Comments
 (0)