mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 23:40:25 +00:00
change order of staff/moderator names at top of Tavern chat to staff, npc, moderator
This commit is contained in:
parent
040352f434
commit
1beda6987a
1 changed files with 1 additions and 1 deletions
|
|
@ -444,6 +444,6 @@ UserSchema.methods.unlink = function(options, cb) {
|
|||
module.exports.schema = UserSchema;
|
||||
module.exports.model = mongoose.model("User", UserSchema);
|
||||
|
||||
mongoose.model("User").find({$query:{'contributor.admin':true}, $orderby:{'contributor.level':-1, 'profile.name':1}},function(err,mods){
|
||||
mongoose.model("User").find({$query:{'contributor.admin':true}, $orderby:{'contributor.level':-1, 'backer.npc':-1, 'profile.name':1}},function(err,mods){
|
||||
module.exports.mods = mods
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue