Skip to content

Commit

Permalink
Update src/Tgstation.Server.Host/Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
ZephyrTFA authored Aug 18, 2024
1 parent 3bcda56 commit dfc6dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tgstation.Server.Host/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public static async Task<int> Main(string[] args)

if (uid is 0)
{
Console.Error.WriteLine("TGS is being run as root. This is not recommended and will prevent launching in a future version!");
Console.Error.WriteLine("TGS is being run as root. This is not recommended and may prevent launch in a future version.");
}
}

Expand Down

0 comments on commit dfc6dca

Please sign in to comment.