mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-12 04:20:41 +00:00
I dont think free noteblocks are a good idea
This commit is contained in:
parent
bdf32cde9e
commit
0dd5c0370e
1 changed files with 1 additions and 2 deletions
|
@ -117,7 +117,7 @@ public class Commandessentials extends EssentialsCommand
|
|||
if (loc.getBlock().getTypeId() == 0)
|
||||
{
|
||||
noteBlocks.put(player, loc.getBlock());
|
||||
loc.getBlock().setType(Material.NOTE_BLOCK);
|
||||
player.sendBlockChange(loc, Material.NOTE_BLOCK, (byte)0);
|
||||
}
|
||||
}
|
||||
taskid = ess.scheduleSyncRepeatingTask(new Runnable()
|
||||
|
@ -149,7 +149,6 @@ public class Commandessentials extends EssentialsCommand
|
|||
}
|
||||
}
|
||||
}, 20, 2);
|
||||
return;
|
||||
}
|
||||
|
||||
private void stopTune()
|
||||
|
|
Loading…
Reference in a new issue