Fix aghosts not being able to interact with chess

Fixes #4719
This commit is contained in:
Kara D
2021-10-01 12:11:04 -07:00
parent 063e676eed
commit 0825f66ca8
2 changed files with 8 additions and 7 deletions

View File

@@ -18,7 +18,6 @@ namespace Content.Server.Tabletop
{
[Dependency] private readonly IMapManager _mapManager = default!;
[Dependency] private readonly ViewSubscriberSystem _viewSubscriberSystem = default!;
[Dependency] private readonly ActionBlockerSystem _actionBlockerSystem = default!;
public override void Initialize()
{