From 7df15324d1a3662af22bb6510af74db73f7f3853 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 8 Feb 2022 12:22:39 +1100 Subject: [PATCH] fixes i forgot about ??? --- bin/install.sh | 1 + client/src/components/stripe.buttons.jsx | 2 +- client/src/components/vbox.info.thresholds.jsx | 1 - 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/install.sh b/bin/install.sh index 8974ef67..ce6bdefc 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -27,6 +27,7 @@ sudo mkdir -p /var/lib/mnml/client sudo mkdir -p /var/lib/mnml/data sudo mkdir -p /var/lib/mnml/public/imgs sudo mkdir -p /var/lib/mnml/data/instances/ +sudo mkdir -p /var/lib/mnml/data/games/ sudo chown -R $MNML_USER:$MNML_USER /var/lib/mnml # /var/log/mnml diff --git a/client/src/components/stripe.buttons.jsx b/client/src/components/stripe.buttons.jsx index c23c2dfc..864c6446 100644 --- a/client/src/components/stripe.buttons.jsx +++ b/client/src/components/stripe.buttons.jsx @@ -3,7 +3,7 @@ const { injectStripe } = require('react-stripe-elements'); function subPlan() { if (window.location.host === 'mnml.gg') return 'plan_Fjdtsd4i7aVLe1'; - return 'prod_FWSA8RoyMMV3st'; + return 'plan_Fhl9r7UdMadjGi'; } function bitsSku(d) { diff --git a/client/src/components/vbox.info.thresholds.jsx b/client/src/components/vbox.info.thresholds.jsx index 9f259f0e..4c704501 100644 --- a/client/src/components/vbox.info.thresholds.jsx +++ b/client/src/components/vbox.info.thresholds.jsx @@ -36,7 +36,6 @@ function specThresholds(player, fullInfo, info) { const dots = range(start, colourReq).map(j => { const unmet = teamColours[c] < j + 1; - const reqClass = unmet ? 'unmet' : '';