Ru localization update (#500)
* Update entities.ftl * fix * Update entities.ftl
This commit is contained in:
17
Content.Client/_CP14/Shitcode/CP14EdSystem.cs
Normal file
17
Content.Client/_CP14/Shitcode/CP14EdSystem.cs
Normal file
@@ -0,0 +1,17 @@
|
||||
using Robust.Shared;
|
||||
using Robust.Shared.Configuration;
|
||||
|
||||
namespace Content.Client._CP14.Shitcode;
|
||||
|
||||
/// <summary>
|
||||
/// Эта система - сборник разного мелкого барахла, который слишком мелкий чтобы иметь свои собственные системы. В идеале в будущем разнести по отдельным файлам.
|
||||
/// </summary>
|
||||
public sealed class CP14EdSystem : EntitySystem
|
||||
{
|
||||
[Dependency] private readonly IConfigurationManager _cfg = default!;
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
_cfg.SetCVar(CVars.EntitiesCategoryFilter, "ForkFiltered");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user