Merge branch 'master' into feature-conditions

This commit is contained in:
Jacob
2017-07-18 11:10:04 +01:00
48 changed files with 898 additions and 287 deletions

View File

@@ -8,6 +8,7 @@ Schemas.Buff = new SimpleSchema({
},
name: {
type: String,
optional: true,
trim: false,
},
description: {