9
0
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:
MC_XiaoHei
2025-09-29 22:43:52 +08:00
parent 4025ff6e8e
commit ce6390c51c

View File

@@ -352,6 +352,6 @@ public class BotList {
if (skin != null) {
profile.properties().put("textures", new Property("textures", skin[0], skin[1]));
}
return new GameProfile(uuid, name);
return profile;
}
}