Merge pull request #3 from HeatKiller/master

Fixing minor variable bug in Clan Creation
This commit is contained in:
thyth 2017-09-25 22:58:57 -07:00 committed by GitHub
commit 9d156fcf57

View file

@ -530,7 +530,7 @@ function CommunityBrowserInterface::onLine(%this, %line)
Canvas.popDialog(CreateTribeDlg);
// for the newly created clan, create a new tab switch us to it
LaunchTabView.viewTab("BROWSER", TribeAndWarriorBrowserGui, 0);
TWBTabView.view(%fld[1], "", "Tribe");
TWBTabView.view(%id, "", "Tribe");
}
}