Skip to content

Commit 5af9e5b

Browse files
author
Tudi20
committed
Minor changes
1 parent 8b2a3ca commit 5af9e5b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Universal THCRAP Launcher/MainForm.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,12 @@ public MainForm()
3838

3939
#region Global variables
4040

41-
private const string HOTFIX_SUFFIX = "";
41+
private const string HOTFIX_SUFFIX = "rc1";
4242

4343
private const string CONFIG_FILE = @"..\config\utl_config.json";
4444
private const string FAVORITE_FILE = @"..\config\favorite.json";
4545
private const string GAMES_FILE = @"..\config\games.js";
4646

47-
4847
private readonly Image _custom = new Bitmap(Resources.Custom);
4948
private readonly Image _game = new Bitmap(Resources.Game);
5049

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
2019. 09. 03. 19:46:17,27
1+
2019. 10. 04. 18:32:36,00
22
Central Europe Standard Time

0 commit comments

Comments
 (0)