This commit is contained in:
@@ -13,8 +13,6 @@ import java.util.logging.Level;
|
||||
|
||||
public class HubCommand implements CommandExecutor
|
||||
{
|
||||
|
||||
|
||||
// Initialize the debugger so I can debug the plugin.
|
||||
private static final Debugger debugger = new Debugger(HubCommand.class.getName());
|
||||
|
||||
@@ -34,7 +32,6 @@ public class HubCommand implements CommandExecutor
|
||||
// Store the commandSender name for easy access.
|
||||
String username = commandSender.getName();
|
||||
|
||||
|
||||
if(args.length > 0)
|
||||
{
|
||||
// Check if the player has permission to teleport to the hub.
|
||||
|
||||
Reference in New Issue
Block a user