From 8d4fe0212aa13e40b576273e872f37653964b7d9 Mon Sep 17 00:00:00 2001 From: Linda Naughton Date: Sat, 11 Nov 2023 17:59:35 -0500 Subject: [PATCH 1/2] Missing this and NPM update. --- app/templates/components/fs3-chargen.hbs | 2 +- bin/update_npm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/components/fs3-chargen.hbs b/app/templates/components/fs3-chargen.hbs index 6abb1ca7b..56a33ba3b 100644 --- a/app/templates/components/fs3-chargen.hbs +++ b/app/templates/components/fs3-chargen.hbs @@ -22,7 +22,7 @@

Starting your abilities will set you up with default attribute and skill values. Your other character information will be saved.

- {{#if anyGroupMissing}} + {{#if this.anyGroupMissing}}
If you set your groups first, you'll be given the appropriate starting skills based on your groups.
{{/if}} diff --git a/bin/update_npm b/bin/update_npm index 1c01e800a..6b2d818ed 100755 --- a/bin/update_npm +++ b/bin/update_npm @@ -17,4 +17,4 @@ nvm alias default 18 npm install -g ember-cli@4.12 npm ci -echo "NPM is updated. You can now start your game like normal." +echo "NPM is updated. Please reboot your server and your game should automatically restart." From 4b250950461121b9c303cef4498ab45ce854ac64 Mon Sep 17 00:00:00 2001 From: Linda Naughton Date: Sat, 11 Nov 2023 18:00:41 -0500 Subject: [PATCH 2/2] Version bump. --- public/scripts/aresweb_version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/aresweb_version.js b/public/scripts/aresweb_version.js index af9dc724d..34aec4de6 100644 --- a/public/scripts/aresweb_version.js +++ b/public/scripts/aresweb_version.js @@ -1 +1 @@ -var aresweb_version = "1.0.9"; +var aresweb_version = "1.0.10";