We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ebf03 commit 74c631aCopy full SHA for 74c631a
Reflux/Program.cs
@@ -121,7 +121,7 @@ static void Main()
121
{
122
if (Config.UpdateFiles)
123
124
- Console.WriteLine($"The datecodes for Infinitas ({foundVersion}) and Reflux ({Offsets.Version}) don't match.\nAn update is available.\nUpdating...");
+ Console.WriteLine($"The datecodes for Infinitas ({foundVersion}) and Reflux ({Offsets.Version}) don't match.\nAn update is available. Updating...");
125
correctVersion = Network.UpdateOffset(foundVersion);
126
}
127
else
0 commit comments