This commit is contained in:
momo5502 2016-09-04 22:19:47 +02:00
parent 5e71960c7e
commit 7dc18695d4

View File

@ -391,6 +391,8 @@ namespace Components
Logger::Print("Your guid: %llX\n", Steam::SteamUser()->GetSteamID().Bits);
});
if (!Dedicated::IsEnabled() && !ZoneBuilder::IsEnabled())
{
Command::Add("securityLevel", [] (Command::Params params)
{
if (params.Length() < 2)
@ -408,6 +410,7 @@ namespace Components
Auth::IncreaseSecurityLevel(level);
}
});
}
UIScript::Add("security_increase_cancel", [] ()
{