Skip to content

Commit

Permalink
feat: changed eula auto-accept log
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Jurczyk <[email protected]>
  • Loading branch information
fakeman2332 and zabszk authored Aug 20, 2024
1 parent cc351a7 commit e41ed7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/LocalAdmin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ internal async Task Start(string[] args)
_readerTask!.Start();

if (_autoEula)
ConsoleUtil.WriteLine("EULA was auto-accepted due to the provided argument or environment variable", ConsoleColor.Yellow);
ConsoleUtil.WriteLine("SCP: Secret Laboratory EULA (https://link.scpslgame.com/eula) was accepted by providing a startup argument or setting an environment variable.", ConsoleColor.Yellow);

if (!EnableLogging)
ConsoleUtil.WriteLine("Logging has been disabled.", ConsoleColor.Red);
Expand Down

0 comments on commit e41ed7b

Please sign in to comment.