mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Merge pull request #502 from afistofirony/patch-1
Changing a spawner should update its BlockState.
This commit is contained in:
commit
8f1f68f2be
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ public class Commandspawner extends EssentialsCommand
|
|||
CreatureSpawner spawner = (CreatureSpawner)target.getBlock().getState();
|
||||
spawner.setSpawnedType(mob.getType());
|
||||
spawner.setDelay(delay);
|
||||
spawner.update();
|
||||
}
|
||||
catch (Throwable ex)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue