Fix small typos
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-11 20:55:38 +01:00
parent 553f508d1c
commit 01dc420e64
2 changed files with 1 additions and 12 deletions

View File

@@ -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.