Archive UI

This commit is contained in:
Stefan Zermatten
2021-06-22 14:59:18 +02:00
parent 3db589f775
commit 86d9383af0
11 changed files with 547 additions and 187 deletions

View File

@@ -11,6 +11,7 @@ Meteor.publish('archivedCreatures', function(){
}, {
fields: {
creature: 1,
owner: 1,
}
}
);