diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-31 21:29:06 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-31 21:29:06 -0500 |
commit | fd5dbb05d741fec683c210aed012a55c7da0ca87 (patch) | |
tree | 7ba4b0e86830114843dd225b5d45a44675877b72 /src/lib/utils | |
parent | 9a051637d1e529f634c1becf0934b9559a6f1b90 (diff) | |
download | tanzanite-fd5dbb05d741fec683c210aed012a55c7da0ca87.tar.gz tanzanite-fd5dbb05d741fec683c210aed012a55c7da0ca87.tar.bz2 tanzanite-fd5dbb05d741fec683c210aed012a55c7da0ca87.zip |
misc
Diffstat (limited to 'src/lib/utils')
-rw-r--r-- | src/lib/utils/BushConstants.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts index df8212b..39f3299 100644 --- a/src/lib/utils/BushConstants.ts +++ b/src/lib/utils/BushConstants.ts @@ -321,8 +321,8 @@ export class BushConstants { capes: [ /* supporter capes */ - { name: 'patreon1', purchasable: true }, - { name: 'patreon2', purchasable: true }, + { name: 'patreon1', purchasable: false /* moulberry no longer offers */ }, + { name: 'patreon2', purchasable: false /* moulberry no longer offers */ }, { name: 'fade', custom: `${rawCapeUrl}fade.gif`, purchasable: true }, { name: 'lava', custom: `${rawCapeUrl}lava.gif`, purchasable: true }, { name: 'mcworld', custom: `${rawCapeUrl}mcworld_compressed.gif`, purchasable: true }, |