This commit is contained in:
parent
5e71960c7e
commit
7dc18695d4
@ -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", [] ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user