Added a side list for characters
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Meteor.publish("characterList", function(userId){
|
||||
Meteor.publish("characterList", function(){
|
||||
var userId = this.userId;
|
||||
if (!userId) {
|
||||
this.ready();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user