Applying Fix from #32764 to staging

This commit is contained in:
Jezithyr
2024-10-12 22:21:44 -07:00
committed by Vasilis The Pikachu
parent 1307733c4b
commit ae1c5572fc

View File

@@ -20,7 +20,6 @@ public sealed class ThiefBeaconSystem : EntitySystem
[Dependency] private readonly SharedPopupSystem _popup = default!;
[Dependency] private readonly MindSystem _mind = default!;
[Dependency] private readonly SharedRoleSystem _roles = default!;
public override void Initialize()
{
base.Initialize();