Add space to whois
This commit is contained in:
parent
aa1a871967
commit
4baae5a230
@ -28,7 +28,7 @@ public class CommandWhois extends Command
|
||||
sender.sendMessage( ChatColor.RED + "That user is not online" );
|
||||
} else
|
||||
{
|
||||
sender.sendMessage( ChatColor.BLUE + args[0] + " is online at" + player.getServer().getInfo().getName() );
|
||||
sender.sendMessage( ChatColor.BLUE + args[0] + " is online at " + player.getServer().getInfo().getName() );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user