forked from mirrors/NBTExplorer
Fixing EntityXPOrb constructor
This commit is contained in:
parent
3ffc24f796
commit
a6b9aed593
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ namespace Substrate.Entities
|
||||||
set { _value = (short)value; }
|
set { _value = (short)value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public EntityXPOrb (string id)
|
public EntityXPOrb ()
|
||||||
: base(id)
|
: base("XPOrb")
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue