Bug: Use right delimiter for URLs with quantity
This commit is contained in:
@@ -84,7 +84,7 @@ module.exports = class CraftingGuideRouter extends Backbone.Router
|
|||||||
text = ''
|
text = ''
|
||||||
if params.recipeName?
|
if params.recipeName?
|
||||||
if params.count?
|
if params.count?
|
||||||
text = "#{params.count}:#{params.recipeName}"
|
text = "#{params.count}.#{params.recipeName}"
|
||||||
else
|
else
|
||||||
text = "#{params.recipeName}"
|
text = "#{params.recipeName}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user