Move avatar from options to profile.
[Sone.git] / src / main / java / net / pterodactylus / sone / data / Sone.java
index 8b2ec2a..9d7ca82 100644 (file)
@@ -147,7 +147,7 @@ public class Sone implements Fingerprintable, Comparable<Sone> {
        private volatile long time;
 
        /** The profile of this Sone. */
-       private volatile Profile profile = new Profile();
+       private volatile Profile profile = new Profile(this);
 
        /** The client used by the Sone. */
        private volatile Client client;