mirror of
https://github.com/kaboomserver/extras.git
synced 2025-02-20 15:35:05 +00:00
Push wip
This commit is contained in:
parent
f4a175bfa7
commit
3f6bed0783
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ public class Main extends JavaPlugin {
|
||||||
|
|
||||||
Bukkit.getScheduler().runTask(this, new Runnable() {
|
Bukkit.getScheduler().runTask(this, new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
PlayerProfile textureprofile = player.getPlayerProfile();
|
PlayerProfile textureprofile = player.getPlayerProfile();
|
||||||
textureprofile.setProperty(new ProfileProperty("textures", texture, signature));
|
textureprofile.setProperty(new ProfileProperty("textures", texture, signature));
|
||||||
player.setPlayerProfile(textureprofile);
|
player.setPlayerProfile(textureprofile);
|
||||||
|
|
Loading…
Reference in a new issue