From 2147f4b3b7e7e7ba29d42fdf149a3478797e7c47 Mon Sep 17 00:00:00 2001 From: yossi99 Date: Tue, 1 Apr 2025 01:18:28 -0300 Subject: [PATCH] AuthPatcher; fix typo on error message >.< --- Tools/AuthPatcher/PatreonPatcher/src/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/AuthPatcher/PatreonPatcher/src/Program.cs b/Tools/AuthPatcher/PatreonPatcher/src/Program.cs index 42088d2..aa98ed2 100644 --- a/Tools/AuthPatcher/PatreonPatcher/src/Program.cs +++ b/Tools/AuthPatcher/PatreonPatcher/src/Program.cs @@ -113,7 +113,7 @@ _____ _ _ _ _ "); Console.ForegroundColor = ConsoleColor.White; - Console.WriteLine("Sorry for the inconvenience, but the gane could not be patched."); + Console.WriteLine("Sorry for the inconvenience, but the game could not be patched."); Console.WriteLine("If you believe this is an error, please open an issue at:"); Console.ForegroundColor = ConsoleColor.Blue; Console.WriteLine("https://github.com/OpenYiffGames/HeatGame/issues");