Fixes #127. Also fixes it for other ammo as well as iron spikes

This commit is contained in:
Jacob
2017-09-04 15:14:35 +01:00
parent 06ac9f70c8
commit 15d797131e
5 changed files with 56 additions and 24 deletions

View File

@@ -1,6 +1,7 @@
LibraryItems = new Mongo.Collection("libraryItems");
Schemas.LibraryItems = new SimpleSchema({
libraryName:{type: String, optional: true, trim: false},
name: {type: String, defaultValue: "New Item", trim: false},
plural: {type: String, optional: true, trim: false},
description:{type: String, optional: true, trim: false},