То что возмжно починит сервер

This commit is contained in:
Jabak
2024-09-25 20:22:09 +03:00
parent e8fca5b8bb
commit 72571f1f85
2 changed files with 5 additions and 5 deletions

View File

@@ -135,7 +135,7 @@ public sealed partial class GulagSystem : SharedGulagSystem
return;
}
if (ev.Primary is not KillPlayerSource source || ev.Suicide)
if (ev.Primary is not KillPlayerSource source)
{
return;
}