forked from mirrors/NBTExplorer
commit
38380a9b69
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ namespace Substrate.TileEntities
|
||||||
|
|
||||||
public override TileEntity Copy ()
|
public override TileEntity Copy ()
|
||||||
{
|
{
|
||||||
return new TileEntityMusic(this);
|
return new TileEntityBeacon(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in a new issue