This commit is contained in:
Calvin Montgomery 2014-02-26 14:37:51 -06:00
parent 4e2c6d486b
commit 99e7a521ef
3 changed files with 7 additions and 6 deletions

View file

@ -24,7 +24,7 @@ function initTables(name, owner, callback) {
return;
}
rank = Math.max(rank, 4);
rank = Math.max(rank, 5);
module.exports.setRank(name, owner, rank, function (err) {
if (err) {