Skip to content

Commit c169769

Browse files
committed
Dummy out lang update stuff
1 parent 54b0987 commit c169769

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

AngelLoader/Update_Langs.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
//@LangUpdate: Comment out for final
1+
//#define ENABLE
2+
//@LangUpdate: Comment out for final
23
#define TESTING
34

5+
#if ENABLE
6+
47
using System;
58

69
namespace AngelLoader;
@@ -32,3 +35,4 @@ public LanguageUpdateInfo(Version appVersionMin, Version appVersionMax, uint rev
3235
private const string _langLatestVersionFile = "https://fenphoenix.github.io/AngelLoaderUpdates/" + _langUpdatesRepoDir + "/latest_version.txt";
3336
private const string _langVersionsFile = "https://fenphoenix.github.io/AngelLoaderUpdates/" + _langUpdatesRepoDir + "/versions.ini";
3437
}
38+
#endif

0 commit comments

Comments
 (0)