mirror of
https://github.com/exogen/t2-mapper.git
synced 2026-02-23 00:23:48 +00:00
8 lines
166 B
C#
8 lines
166 B
C#
|
|
|
||
|
|
if (!isObject(ServerGroup))
|
||
|
|
{
|
||
|
|
exec("tournament/settings.cs");
|
||
|
|
exec("tournament/login.cs");
|
||
|
|
tn_community_login_initiate();
|
||
|
|
exec("tournament/browser.cs");
|
||
|
|
}
|