mirror of
https://github.com/kaboomserver/extras.git
synced 2025-02-11 03:29:50 +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() {
|
||||
@Override
|
||||
public void run() {
|
||||
public void run() {
|
||||
PlayerProfile textureprofile = player.getPlayerProfile();
|
||||
textureprofile.setProperty(new ProfileProperty("textures", texture, signature));
|
||||
player.setPlayerProfile(textureprofile);
|
||||
|
|
Loading…
Reference in a new issue