Quest "Route Red Map to Map" displaying [Object Object]
Closed this issue · 0 comments
Rezmason commented
In missions.js,
'Route ' + i.map1 + ' to map',
should be
'Route ' + i.map1.name + ' to map',
Closed this issue · 0 comments
In missions.js,
'Route ' + i.map1 + ' to map',
should be
'Route ' + i.map1.name + ' to map',