Refactored code which applies buffs
This commit is contained in:
@@ -46,6 +46,6 @@ Meteor.publish("singleCharacterName", function(characterId){
|
||||
],
|
||||
});
|
||||
if (char) {
|
||||
return Characters.find(characterId, {fields:"name"});
|
||||
return Characters.find(characterId, {fields:{"name": 1}});
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user