Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CHKZL committed Jan 8, 2024
1 parent 42d220f commit 492a8aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/Init.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Init
public static string Ver = System.Reflection.Assembly.GetExecutingAssembly().GetName().Name + "-" + System.Reflection.Assembly.GetExecutingAssembly().GetName().Version.ToString();

Check warning on line 13 in Core/Init.cs

View workflow job for this annotation

GitHub Actions / build (windows-latest)

Dereference of a possibly null reference.
public static string InitType = "DDTV";
public static string ClientAID = string.Empty;
public static string CompiledVersion = "2024-01-08 21:21:17";
public static string CompiledVersion = "2024-01-08 21:21:18";
public static bool IsDevDebug = false;
public static void Start()
{
Expand Down

0 comments on commit 492a8aa

Please sign in to comment.