mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-25 15:15:52 +00:00
revert my stupid tavern quest hack because a server restart was all that was needed
This commit is contained in:
parent
fbb1f9aec5
commit
559a2cea50
1 changed files with 0 additions and 1 deletions
|
|
@ -273,7 +273,6 @@ module.exports.tavernQuest = {};
|
|||
var tavernQ = {_id:'habitrpg','quest.key':{$ne:null}};
|
||||
process.nextTick(function(){
|
||||
mongoose.model('Group').findOne(tavernQ, function(err,tavern){
|
||||
return; // No tavern quest // FIXME do this properly!
|
||||
if (!tavern) return; // No tavern quest
|
||||
|
||||
var quest = tavern.quest.toObject();
|
||||
|
|
|
|||
Loading…
Reference in a new issue