mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
Fixes for Thai buddhist year
This commit is contained in:
@@ -21,7 +21,7 @@ namespace VRCX
|
||||
|
||||
if (File.Exists(fileLocation))
|
||||
{
|
||||
Directory.SetLastWriteTime(directoryLocation, DateTime.Now);
|
||||
Directory.SetLastWriteTimeUtc(directoryLocation, DateTime.UtcNow);
|
||||
return fileLocation;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user