diff --git a/Substrate/SubstrateCS/Source/Entities/EntityXPOrb.cs b/Substrate/SubstrateCS/Source/Entities/EntityXPOrb.cs index 9fd253d..b989558 100644 --- a/Substrate/SubstrateCS/Source/Entities/EntityXPOrb.cs +++ b/Substrate/SubstrateCS/Source/Entities/EntityXPOrb.cs @@ -37,8 +37,8 @@ namespace Substrate.Entities set { _value = (short)value; } } - public EntityXPOrb (string id) - : base(id) + public EntityXPOrb () + : base("XPOrb") { }