#5118 (web client) Tracker tier count should start at 1

This commit is contained in:
Mitchell Livingston
2012-11-02 21:42:10 +00:00
parent 6c8adbfc1d
commit 79c7bab472

View File

@@ -719,7 +719,7 @@ function Inspector(controller) {
tier = tracker.tier;
html.push('<div class="inspector_group_label">',
'Tier ', tier, '</div>',
'Tier ', tier+1, '</div>',
'<ul class="tier_list">');
}