Added library page
This commit is contained in:
5
rpg-docs/server/publications/library.js
Normal file
5
rpg-docs/server/publications/library.js
Normal file
@@ -0,0 +1,5 @@
|
||||
Meteor.publish("standardLibraries", function(){
|
||||
return Items.find({charId: {$in: [
|
||||
"SRDLibrary",
|
||||
]}});
|
||||
});
|
||||
Reference in New Issue
Block a user