mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 12:23:59 +00:00
Client side note blocks don't play it seems (reverse-merged from commit 0b60d4efe2
)
This commit is contained in:
parent
7f5f6b6ac9
commit
409f337973
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ public class Commandessentials extends EssentialsCommand
|
||||||
if (loc.getBlock().getTypeId() == 0)
|
if (loc.getBlock().getTypeId() == 0)
|
||||||
{
|
{
|
||||||
noteBlocks.put(player, loc.getBlock());
|
noteBlocks.put(player, loc.getBlock());
|
||||||
player.sendBlockChange(loc, Material.NOTE_BLOCK, (byte)0);
|
loc.getBlock().setType(Material.NOTE_BLOCK);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
taskid = ess.scheduleSyncRepeatingTask(new Runnable()
|
taskid = ess.scheduleSyncRepeatingTask(new Runnable()
|
||||||
|
|
Loading…
Reference in a new issue