Paper icon indicating copy to clipboard operation
Paper copied to clipboard

Fix/scoreboard delegate

Open Intybyte opened this issue 1 year ago • 5 comments

Fixes #11296

Intybyte avatar Sep 30 '24 15:09 Intybyte

I don't think you should update the upstream...

masmc05 avatar Sep 30 '24 15:09 masmc05

Don't manually change patch files, you need to make changes, amend it to the latest commit in paper-server and then rebuild patches

masmc05 avatar Sep 30 '24 16:09 masmc05

what are the advantages of using a delegate in this case?

Intybyte avatar Oct 21 '24 16:10 Intybyte

it's a reusable generic container wrapper class

electronicboy avatar Oct 21 '24 16:10 electronicboy

The fact that we can reuse this type for different set implementations. The previous implementation would lock the type into the speed/contracts of hashset.

lynxplay avatar Oct 21 '24 16:10 lynxplay