Skip to content

Commit eb4edf3

Browse files
committed
Reapplying "Message for Unofficial fork".
1 parent 7f2e856 commit eb4edf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/ModuleManager/MMPatchLoader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ private bool IsCacheUpToDate()
310310
sha.TransformBlock(pathBytes, 0, pathBytes.Length, pathBytes, 0);
311311
}
312312

313-
byte[] godsFinalMessageToHisCreation = Encoding.UTF8.GetBytes("We apologize for the inconvenience.");
313+
byte[] godsFinalMessageToHisCreation = Encoding.UTF8.GetBytes("Unofficial fork by Lisias.");
314314
sha.TransformFinalBlock(godsFinalMessageToHisCreation, 0, godsFinalMessageToHisCreation.Length);
315315

316316
configSha = BitConverter.ToString(sha.Hash);

0 commit comments

Comments
 (0)