mirror of
https://github.com/LeavesMC/Leaves.git
synced 2025-12-19 14:59:32 +00:00
fix: stupid me
This commit is contained in:
@@ -352,6 +352,6 @@ public class BotList {
|
|||||||
if (skin != null) {
|
if (skin != null) {
|
||||||
profile.properties().put("textures", new Property("textures", skin[0], skin[1]));
|
profile.properties().put("textures", new Property("textures", skin[0], skin[1]));
|
||||||
}
|
}
|
||||||
return new GameProfile(uuid, name);
|
return profile;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user