mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-26 07:54:41 +02:00
Client side note blocks don't play it seems (reverse-merged from commit d83437e394
)
This commit is contained in:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user