forked from mirrors/NBTExplorer
Fixes Copy returning wrong type
This commit is contained in:
parent
d4651bfdf6
commit
40478ea46f
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ namespace Substrate.TileEntities
|
|||
|
||||
public override TileEntity Copy ()
|
||||
{
|
||||
return new TileEntityMusic(this);
|
||||
return new TileEntityBeacon(this);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue