Skip to content

Commit

Permalink
Make name verify disabled warning louder in CLI mode
Browse files Browse the repository at this point in the history
  • Loading branch information
UnknownShadow200 committed Jul 3, 2024
1 parent 965780b commit 9c0d858
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CLI/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,10 @@ public static class Program {

static void CheckNameVerification() {
if (Server.Config.VerifyNames) return;
Write("&e==============================================");
Write("&eWARNING: Name verification is disabled! This means players can login as anyone, including YOU");
Write("&eUnless you know EXACTLY what you are doing, you should change verify-names to true in server.properties");
Write("&e==============================================");
}

static void LogNewerVersionDetected(object sender, EventArgs e) {
Expand Down

0 comments on commit 9c0d858

Please sign in to comment.