forked from mirrors/NBTExplorer
Fixed the same issue again, just for TileEntityControl
*Fixed TileEntityControl.Copy() returning a TileEntityMusic
This commit is contained in:
parent
40478ea46f
commit
2b8c40f9c3
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ namespace Substrate.TileEntities
|
||||||
|
|
||||||
public override TileEntity Copy ()
|
public override TileEntity Copy ()
|
||||||
{
|
{
|
||||||
return new TileEntityMusic(this);
|
return new TileEntityControl(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in a new issue