mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-24 11:38:29 +01:00
Fixed ancient vanilla typo in offline mode warnings. Thanks to Alexitaly92 for catching it.
This commit is contained in:
parent
256d4ba555
commit
9907638130
@ -135,7 +135,7 @@ public class MinecraftServer implements Runnable, ICommandListener, IMinecraftSe
|
|||||||
log.warning("**** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!");
|
log.warning("**** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!");
|
||||||
log.warning("The server will make no attempt to authenticate usernames. Beware.");
|
log.warning("The server will make no attempt to authenticate usernames. Beware.");
|
||||||
log.warning("While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.");
|
log.warning("While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.");
|
||||||
log.warning("To change this, set \"online-mode\" to \"true\" in the server.settings file.");
|
log.warning("To change this, set \"online-mode\" to \"true\" in the server.properties file."); // CraftBukkit - type. Seriously. :D
|
||||||
}
|
}
|
||||||
|
|
||||||
this.serverConfigurationManager = new ServerConfigurationManager(this);
|
this.serverConfigurationManager = new ServerConfigurationManager(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user