From 720a99991fc42ba56dc65a35b54f85ed0fea16ce Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 2 May 2025 21:47:56 -0400 Subject: [PATCH] Adding an out of date warning on patch text. --- Model/Variables.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/Variables.cs b/Model/Variables.cs index 423537f..1825e4d 100644 --- a/Model/Variables.cs +++ b/Model/Variables.cs @@ -2,5 +2,5 @@ public static class Variables { - public static string GamePatch = " 0.0.6.10415a"; + public static string GamePatch = " 0.0.6.10415a (very out of date)"; } \ No newline at end of file