Clean up all missing EntitySystem proxy method uses (#38353)
This commit is contained in:
@@ -352,7 +352,7 @@ public sealed partial class StoreSystem
|
||||
|
||||
_actionContainer.RemoveAction(purchase, logMissing: false);
|
||||
|
||||
EntityManager.DeleteEntity(purchase);
|
||||
Del(purchase);
|
||||
}
|
||||
|
||||
component.BoughtEntities.Clear();
|
||||
|
||||
Reference in New Issue
Block a user