mirror of
https://github.com/TribesNext/t2-scripts.git
synced 2026-01-19 18:14:43 +00:00
Merge pull request #3 from HeatKiller/master
Fixing minor variable bug in Clan Creation
This commit is contained in:
commit
9d156fcf57
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue