nyaUpdate (#754)

This commit is contained in:
haiwwkes
2024-10-28 17:57:05 +05:00
committed by GitHub
parent dd11e6f774
commit 71ba4c0ccc
3 changed files with 46 additions and 9 deletions

View File

@@ -25,8 +25,7 @@ public sealed class NyaCheckClientSystem : EntitySystem
"Content.Shared.Database",
"Robust.Client",
"Robust.Shared",
"Robust.Server",
"Content.Anticheat",
"Robust.Server"
];
public override void Initialize()
@@ -66,7 +65,7 @@ public sealed class NyaCheckClientSystem : EntitySystem
private bool FoundExtraTypesIReflection([NotNullWhen(true)] out string? offender)
{
offender = null;
string[] typenames = ["SubverterPatch", "MarseyPatch", "MarseyEntry", "Sedition"];
string[] typenames = ["SubverterPatch", "MarseyPatch", "MarseyEntry", "Sedition", "Ware"];
var types = _reflection.FindAllTypes();
@@ -168,9 +167,11 @@ public sealed class NyaCheckClientSystem : EntitySystem
string[] keywords =
[
"aimbot",
"visuals",
"esp",
"noslip",
"exploit",
"fun"
];
offend = null;