Adding an out of date warning on patch text.

This commit is contained in:
Jonathan
2025-05-02 21:47:56 -04:00
parent 80f44c3931
commit 720a99991f
+1 -1
View File
@@ -2,5 +2,5 @@
public static class Variables public static class Variables
{ {
public static string GamePatch = " 0.0.6.10415a"; public static string GamePatch = " 0.0.6.10415a (very out of date)";
} }