Wind charges are culled on the server #315
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
DoD:
BlockIdWrapperto hide/show entitiesImplementation Considerations:
hashCodewe can therefore use a hash set to dedup in O(n) if we set the margin for dedup to 0 otherwise we need to implement the margin directly into thehashCodeor alternatively accept a O(n²) runtime - Questioning users & bench marking is required before deciding on final accepted solution