mirror of
https://github.com/TribesNext/t2-scripts.git
synced 2026-03-06 21:40:26 +00:00
Merge pull request #3 from HeatKiller/master
Fixing minor variable bug in Clan Creation
This commit is contained in:
commit
9d156fcf57
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue