Added Allow-Deny Rules

This commit is contained in:
Thaum
2015-03-16 05:56:33 +00:00
parent 9722a19c89
commit e0db87c174
16 changed files with 89 additions and 1 deletions

View File

@@ -33,3 +33,6 @@ TemporaryHitPoints.after.update(function (userId, thp, fieldNames, modifier, opt
TemporaryHitPoints.remove(thp._id);
}
}, {fetchPrevious: false});
TemporaryHitPoints.allow(CHARACTER_SUBSCHEMA_ALLOW);
TemporaryHitPoints.deny(CHARACTER_SUBSCHEMA_DENY);