remove "testing party bug"

This commit is contained in:
Tyler Renelle
2013-02-26 16:54:31 -05:00
parent 9b20d8ceba
commit 7c0abe4a47
+1 -1
View File
@@ -53,7 +53,7 @@ module.exports.partySubscribe = partySubscribe = (page, model, params, next, cb)
partyId = user.get('party.current')
# (1) Solo player
return finished([selfQ], ['_user']) #unless partyId
return finished([selfQ], ['_user']) unless partyId
# User in a party
partyQ = model.query('parties').withId(partyId)