diff --git a/app/templates/components/fs3-chargen.hbs b/app/templates/components/fs3-chargen.hbs index 6abb1ca7..56a33ba3 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 1c01e800..6b2d818e 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." diff --git a/public/scripts/aresweb_version.js b/public/scripts/aresweb_version.js index af9dc724..34aec4de 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";