fix: Fixes no draw text for addons (#796)

This commit is contained in:
Kamron Batman 2021-09-19 00:02:33 -07:00 committed by GitHub
parent ee6be3d0dc
commit 7c18997965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -160,12 +160,12 @@ namespace Server.Items
_addon.Map = Map;
}
}
/*
public override void GetProperties(ObjectPropertyList list) => _addon?.GetProperties(list);
public override void GetContextMenuEntries(Mobile from, List<ContextMenuEntry> list) =>
_addon?.GetContextMenuEntries(from, list);
*/
public override void OnAfterDelete()
{
base.OnAfterDelete();