Skip to content

Commit

Permalink
Does this help
Browse files Browse the repository at this point in the history
  • Loading branch information
walsh9 committed Sep 17, 2016
1 parent 04d6de2 commit ad869f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/entity.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,6 @@ Game.Entity = {
}
return this.movePosition(x, y);
}
return false;
return Promise.resolve(false);
}
};

0 comments on commit ad869f7

Please sign in to comment.