This commit is contained in:
mathias 2018-12-20 16:47:26 +02:00
parent f4a175bfa7
commit 3f6bed0783

View file

@ -476,7 +476,7 @@ public class Main extends JavaPlugin {
Bukkit.getScheduler().runTask(this, new Runnable() {
@Override
public void run() {
public void run() {
PlayerProfile textureprofile = player.getPlayerProfile();
textureprofile.setProperty(new ProfileProperty("textures", texture, signature));
player.setPlayerProfile(textureprofile);