Proxyshop
Proxyshop copied to clipboard
Remove erroneous type casts
Removes casts that were breaking card rendering. cast takes a type and an object in that order but it was being called in the reverse order in the code. I removed the cast calls altogether as the typing was already inferred as LayerSet | None even without the cast, at least when using Pyright.