CommandFactory is now WSCommandFactory

This commit is contained in:
Carlos
2020-04-18 00:25:13 +02:00
parent d526206056
commit 0573c0b1e8
5 changed files with 6 additions and 5 deletions

View File

@ -21,7 +21,7 @@ public class WebConsoleCommand implements CommandExecutor {
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
StringBuilder msg = new StringBuilder();
msg.append(Internationalization.getPhrase("webconsole-version", version) + ".\n");
msg.append(Internationalization.getPhrase("webconsole-version", version) + "\n");
ArrayList<InetSocketAddress> connections = LoginManager.getInstance().getLoggedInUsers();
if (connections.isEmpty()) {