Removed character variables from creatures injected into character sheet as context

This commit is contained in:
Stefan Zermatten
2021-01-31 20:13:45 +02:00
parent e7a27e4b83
commit 8b8f9bea6f

View File

@@ -138,7 +138,9 @@
}, },
}, },
creature(){ creature(){
return Creatures.findOne(this.creatureId); return Creatures.findOne(this.creatureId, {
fields: {variables: 0}
});
}, },
editPermission(){ editPermission(){
try { try {