Skip to content

Commit 89ebf00

Browse files
committed
Add commands to help with game modding
1 parent f86050d commit 89ebf00

File tree

5 files changed

+372
-87
lines changed

5 files changed

+372
-87
lines changed

FileUtil.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public static bool IsFileLocked(string path) {
1414
// or does not exist (has already been processed)
1515
return true;
1616
}
17-
17+
1818
// file is not locked
1919
return false;
2020
}

0 commit comments

Comments
 (0)