From: DrSmugleaf Date: Thu, 5 Oct 2023 04:40:52 +0000 (-0700) Subject: Fix revolutionaries not being considered antags (#20739) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=066054982d83edd057bef8cb339a3a4c62bd64e5;p=space-station-14.git Fix revolutionaries not being considered antags (#20739) --- diff --git a/Content.Server/Roles/RoleSystem.cs b/Content.Server/Roles/RoleSystem.cs index b04f051c6e..8e20708069 100644 --- a/Content.Server/Roles/RoleSystem.cs +++ b/Content.Server/Roles/RoleSystem.cs @@ -13,6 +13,7 @@ public sealed class RoleSystem : SharedRoleSystem SubscribeAntagEvents(); SubscribeAntagEvents(); SubscribeAntagEvents(); + SubscribeAntagEvents(); SubscribeAntagEvents(); SubscribeAntagEvents(); SubscribeAntagEvents();