Skip to content

Commit

Permalink
Disabled: AutoUpdate
Browse files Browse the repository at this point in the history
There is no server online yet, so this feature is not online.
  • Loading branch information
deeton rushy committed Aug 13, 2023
1 parent 719f05d commit 32d96bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Console/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ void Main()
type: wantsUi ? UiType.ImGui : UiType.Console
);

AutoUpdater.CheckForUpdates(terminal);
// Skip update checks for now, seeing as there is no server to request from.
// AutoUpdater.CheckForUpdates(terminal);

var doesWantScript = args.Contains(value: "--script");
if (doesWantScript)
Expand Down

0 comments on commit 32d96bc

Please sign in to comment.