Small changes

- Small changes
- Added `ru` and `pt-br` lang
This commit is contained in:
Dawid Bepierszcz
2024-02-14 01:53:13 +01:00
parent 64803ebff2
commit 8e1a1b2ecf
24 changed files with 115 additions and 122 deletions

View File

@@ -76,7 +76,6 @@ namespace CS2_SimpleAdmin
if (flags != null)
{
foreach (var flag in flags)
{
if (!string.IsNullOrEmpty(flag))
@@ -210,4 +209,4 @@ namespace CS2_SimpleAdmin
return Encoding.ASCII.GetBytes(str);
}
}
}
}