From 330ed1c96aeabdab9748ea3f1bc88ffdf07911a6 Mon Sep 17 00:00:00 2001 From: Jaime Martinez Rincon Date: Wed, 1 Feb 2017 20:59:36 +0100 Subject: [PATCH] It is the other way around lol --- .../me/jaimemartz/lobbybalancer/commands/ManageCommand.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/me/jaimemartz/lobbybalancer/commands/ManageCommand.java b/src/main/java/me/jaimemartz/lobbybalancer/commands/ManageCommand.java index 960a382..2a03a61 100644 --- a/src/main/java/me/jaimemartz/lobbybalancer/commands/ManageCommand.java +++ b/src/main/java/me/jaimemartz/lobbybalancer/commands/ManageCommand.java @@ -175,7 +175,7 @@ public class ManageCommand extends Command { "&7Available commands:", "&3/section list &7- &cTells you which sections are configured in the plugin", "&3/section info
&7- &cTells you info about the section", - "&3/section connect [section] &7- &cConnects you or the specified player to that section", + "&3/section connect
[player] &7- &cConnects you or the specified player to that section", "&7&m-----------------------------------------------------" ); }