mirror of
https://github.com/em-squared/5e-drs.git
synced 2025-10-30 13:14:20 +00:00
correction bug règles l5r
This commit is contained in:
parent
4ee9f0202a
commit
9e09371de0
1 changed files with 3 additions and 1 deletions
|
|
@ -130,7 +130,9 @@ export default {
|
|||
|
||||
// Variante 5 royaumes pour les monstres
|
||||
const L5R = Cookies.get('heros-et-dragons-l5r')
|
||||
this.$store.state.l5r = L5R
|
||||
if (L5R === 'true') {
|
||||
this.$store.state.l5r = true
|
||||
}
|
||||
|
||||
// Chargement des donées utilisateur depuis le navigateur
|
||||
this.$store.commit('mySpells/initialiseStore')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue