Removed character variables from creatures injected into character sheet as context
This commit is contained in:
@@ -138,7 +138,9 @@
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
creature(){
|
creature(){
|
||||||
return Creatures.findOne(this.creatureId);
|
return Creatures.findOne(this.creatureId, {
|
||||||
|
fields: {variables: 0}
|
||||||
|
});
|
||||||
},
|
},
|
||||||
editPermission(){
|
editPermission(){
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user