Fixing EntityXPOrb constructor

This commit is contained in:
Justin Aquadro 2011-10-01 05:37:38 +00:00
parent 3ffc24f796
commit a6b9aed593

View file

@ -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")
{ {
} }